Shades of Burnt Umber #80291D
Tints of Burnt Umber #80291D
RGB
CMYK
RGB Variations
Color information
#80291D (or 0x80291D) is known color: Burnt Umber. HEX triplet: 80, 29 and 1D. RGB value is (128,41,29). Sum of RGB (Red+Green+Blue) = 128+41+29=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80291D is #7FD6E2. Grayscale: #414141. Windows color (decimal): -8378083 or 1911168. OLE color: 1911168.
HSL color Cylindrical-coordinate representation of color #80291D: hue angle of 7.27º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80291D is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 29 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.50 |
| HSL | 7.27º | 0.63% | 0.31% | - |
| HSV(B) | 7.27º | 0.77% | 0.5% | - |
| XYZ | 9.92 | 6.26 | 1.85 | - |
| YUV | 65.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 29 | 0 | 0.68 | 0.77 | 0.50 | 7.27 | 0.63 | 0.31 |
| Hex | 80 | 29 | 1D | 0 | 44 | 4D | 32 | 7 | 3F | 1F |
| Octal | 200 | 51 | 35 | 0 | 104 | 115 | 62 | 7 | 77 | 37 |
| Binary | 10000000 | 101001 | 11101 | 0 | 1000100 | 1001101 | 110010 | 111 | 111111 | 11111 |
Color Harmonies of #80291D
Complementary color
Monochromatic Colors of #80291D
Black with #80291D
Text Example
Text Example
White with #80291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80291D; }
p { color: rgb(128,41,29); }
H1.HeaderClassName
{
color: #80291D;
}
.AnyTagClassName
{
color: #80291D;
}
</style>
background-color css
<style>
a { background-color: #80291D; }
a { background-color: rgb(128,41,29); }
div.DivClassName
{
background-color: #80291D;
}
.BgClassName
{
background-color: #80291D;
}
</style>
border-color css
<style>
span { border-color: #80291D; }
span { border-color: rgb(128,41,29); }
td.TdClassName
{
border-color: #80291D;
}
.TagClassName
{
border-color: #80291D;
}
</style>