Html Css Color HEX #90311C Burnt Umber

📋 copy color: '#90311C'

red 144 ◦ green 49 ◦ blue 28

#90311C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #90311C

Tints of Burnt Umber #90311C

RGB

 RED value IS 144 (56.64% from 255) = 65.16%

 GREEN value IS 49 (19.53% from 255) = 22.17%

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 65.16%
G = 22.17%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#90311C (or 0x90311C) is known color: Burnt Umber. HEX triplet: 90, 31 and 1C. RGB value is (144,49,28). Sum of RGB (Red+Green+Blue) = 144+49+28=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #90311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90311C is #6FCEE3. Grayscale: #4B4B4B. Windows color (decimal): -7327460 or 1847696. OLE color: 1847696.

HSL color Cylindrical-coordinate representation of color #90311C: hue angle of 10.86º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90311C is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 49 28 -
CMYK 0 0.66 0.81 0.44
HSL 10.86º 0.67% 0.34% -
HSV(B) 10.86º 0.81% 0.56% -
XYZ 12.81 8.21 2.01 -
YUV 75.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 144 49 28 0 0.66 0.81 0.44 10.86 0.67 0.34
Hex 90 31 1C 0 42 51 2C B 43 22
Octal 220 61 34 0 102 121 54 13 103 42
Binary 10010000 110001 11100 0 1000010 1010001 101100 1011 1000011 100010

Color Harmonies of #90311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90311C

Black with #90311C

Text Example


Text Example

White with #90311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90311C; }

 p { color: rgb(144,49,28); }

 H1.HeaderClassName
 {
   color: #90311C;
 }
 .AnyTagClassName
 {
   color: #90311C;
 }
</style>

background-color css

<style>
 a { background-color: #90311C; }

 a { background-color: rgb(144,49,28); }

 div.DivClassName
 {
   background-color: #90311C;
 }
 .BgClassName
 {
   background-color: #90311C;
 }
</style>

border-color css

<style>
 span { border-color: #90311C; }

 span { border-color: rgb(144,49,28); }

 td.TdClassName
 {
   border-color: #90311C;
 }
 .TagClassName
 {
   border-color: #90311C;
 }
</style>