Color Hex Logo

#90390d Color Hex

#90390D
(144,57,13)
0 Favorites   0 Comments

Color spaces of #90390d

RGB 1445713
HSL0.060.830.31
HSV20°91°56°
CMYK 0.000.600.91   0.44
XYZ13.03748.88461.4085
Yxy8.88460.55880.3808
Hunter Lab29.807025.912418.0632
CIE-Lab35.761234.753742.2941

#90390d color RGB value is (144,57,13).

#90390d hex color red value is 144, green value is 57 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #90390d hue: 0.06 , saturation: 0.83 and the lightness value of 90390d is 0.31.

The process color (four color CMYK) of #90390d color hex is 0.00, 0.60, 0.91, 0.44. Web safe color of #90390d is #993300. Color #90390d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00111001 00001101
Octal 220 71 15
Decimal 144 57 13
Hex 90 39 D

RGB Percentages of Color #90390d

%67.29
%26.64
%6.07

CMYK Percentages of Color #90390d

%0
%60
%91
%44

Triadic Colors of #90390d

#90390d #0d9039 #390d90

Analogous Colors of #90390d

#90390d #907b0d #900d22

Monochromatic Colors of #90390d

#90390d

Complementary Color

#90390d #0d6490

#90390d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90390d Color Preview on White Background

Lorem ipsum dolor sit amet.

#90390d Color CSS Codes

.mybgcolor {background-color:#90390d; } 
.myforecolor {color:#90390d; }
.mybordercolor {border:3px solid #90390d; }

#90390d Text Font Color

<p style="color:#90390d">Text here</p>

This sample text font color is #90390d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#90390d Background Color

<div style="background-color:#90390d">
Div content here</div>

This div background color is #90390d


#90390d Border Color

<div style="border:3px solid #90390d">
Div here</div>

This div border color is #90390d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,57,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90390d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90390d;
  -webkit-box-shadow: 1px 1px 3px 2px #90390d;
  box-shadow:         1px 1px 3px 2px #90390d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,57,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #90390d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #90390d;
  -webkit-box-shadow: 1px 1px 3px 2px #90390d;
  box-shadow:         1px 1px 3px 2px #90390d;">
Div content here</div>

This div box has shadow with color #90390d


Comments

No comments written yet.

Please login to write comment.