Html Css Color HEX #90311A Burnt Umber

📋 copy color: '#90311A'

red 144 ◦ green 49 ◦ blue 26

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

Shades of Burnt Umber #90311A

Tints of Burnt Umber #90311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.87%

R = 65.75%
G = 22.37%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#90311A (or 0x90311A) is known color: Burnt Umber. HEX triplet: 90, 31 and 1A. RGB value is (144,49,26). Sum of RGB (Red+Green+Blue) = 144+49+26=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #90311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90311A is #6FCEE5. Grayscale: #4A4A4A. Windows color (decimal): -7327462 or 1716624. OLE color: 1716624.

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

Color convert

RGB 144 49 26 -
CMYK 0 0.66 0.82 0.44
HSL 11.69º 0.69% 0.33% -
HSV(B) 11.69º 0.82% 0.56% -
XYZ 12.79 8.2 1.89 -
YUV 74.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 144 49 26 0 0.66 0.82 0.44 11.69 0.69 0.33
Hex 90 31 1A 0 42 52 2C C 45 21
Octal 220 61 32 0 102 122 54 14 105 41
Binary 10010000 110001 11010 0 1000010 1010010 101100 1100 1000101 100001

Color Harmonies of #90311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90311A

Black with #90311A

Text Example


Text Example

White with #90311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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