#81311C

Color #81311C Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #81311C

Tints of Burnt Umber #81311C

Color information

#81311C (or 0x81311C) is unknown color: approx Burnt Umber. HEX triplet: 81, 31 and 1C. RGB value is (129,49,28). Sum of RGB (Red+Green+Blue) = 129+49+28=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #81311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81311C is #7ECEE3. Grayscale: #464646. Windows color (decimal): -8310500 or 1847681. OLE color: 1847681.

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

Color convert

RGB1294928-
CMYK00.620.780.49
HSL12.48º64.33%30.78%-
HSV(B)12.48º78.29%50.59%-
XYZ10.366.951.89-
YUV70.53104169.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=62.62%
G=23.79%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129492800.620.780.4912.4864.3330.78
Hex81311C03E4E31c401f
Octal2016134076116611410037
Binary1000000111000111100011111010011101100011100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81311C;
 }
 .AnyTagClassName
 {
   color: #81311C;
 }
</style>
background-color css

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

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

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

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

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

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