Html Css Color HEX #80311C Burnt Umber

📋 copy color: '#80311C'

red 128 ◦ green 49 ◦ blue 28

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

Shades of Burnt Umber #80311C

Tints of Burnt Umber #80311C

RGB

 RED value IS 128 (50.39% from 255) = 62.44%

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

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

R = 62.44%
G = 23.9%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80311C (or 0x80311C) is known color: Burnt Umber. HEX triplet: 80, 31 and 1C. RGB value is (128,49,28). Sum of RGB (Red+Green+Blue) = 128+49+28=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80311C is #7FCEE3. Grayscale: #464646. Windows color (decimal): -8376036 or 1847680. OLE color: 1847680.

HSL color Cylindrical-coordinate representation of color #80311C: hue angle of 12.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80311C is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 28 -
CMYK 0 0.62 0.78 0.50
HSL 12.6º 0.64% 0.31% -
HSV(B) 12.6º 0.78% 0.5% -
XYZ 10.21 6.87 1.89 -
YUV 70.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 128 49 28 0 0.62 0.78 0.50 12.6 0.64 0.31
Hex 80 31 1C 0 3E 4E 32 D 40 1F
Octal 200 61 34 0 76 116 62 15 100 37
Binary 10000000 110001 11100 0 111110 1001110 110010 1101 1000000 11111

Color Harmonies of #80311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80311C

Black with #80311C

Text Example


Text Example

White with #80311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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