Shades of Burnt Umber #81311C
Tints of Burnt Umber #81311C
RGB
CMYK
RGB Variations
Color information
#81311C (or 0x81311C) is known color: 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
| RGB | 129 | 49 | 28 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.49 |
| HSL | 12.48º | 0.64% | 0.31% | - |
| HSV(B) | 12.48º | 0.78% | 0.51% | - |
| XYZ | 10.36 | 6.95 | 1.89 | - |
| YUV | 70.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 28 | 0 | 0.62 | 0.78 | 0.49 | 12.48 | 0.64 | 0.31 |
| Hex | 81 | 31 | 1C | 0 | 3E | 4E | 31 | C | 40 | 1F |
| Octal | 201 | 61 | 34 | 0 | 76 | 116 | 61 | 14 | 100 | 37 |
| Binary | 10000001 | 110001 | 11100 | 0 | 111110 | 1001110 | 110001 | 1100 | 1000000 | 11111 |
Color Harmonies of #81311C
Complementary color
Monochromatic Colors of #81311C
Black with #81311C
Text Example
Text Example
White with #81311C
Text Example
Text Example
HTML Codes & Css Web 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>