Shades of Burnt Umber #80281E
Tints of Burnt Umber #80281E
RGB
CMYK
RGB Variations
Color information
#80281E (or 0x80281E) is known color: Burnt Umber. HEX triplet: 80, 28 and 1E. RGB value is (128,40,30). Sum of RGB (Red+Green+Blue) = 128+40+30=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80281E is #7FD7E1. Grayscale: #414141. Windows color (decimal): -8378338 or 1976448. OLE color: 1976448.
HSL color Cylindrical-coordinate representation of color #80281E: hue angle of 6.12º degrees, saturation: 0.62, 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 #80281E is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 30 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.50 |
| HSL | 6.12º | 0.62% | 0.31% | - |
| HSV(B) | 6.12º | 0.77% | 0.5% | - |
| XYZ | 9.9 | 6.2 | 1.9 | - |
| YUV | 65.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 30 | 0 | 0.69 | 0.77 | 0.50 | 6.12 | 0.62 | 0.31 |
| Hex | 80 | 28 | 1E | 0 | 45 | 4D | 32 | 6 | 3E | 1F |
| Octal | 200 | 50 | 36 | 0 | 105 | 115 | 62 | 6 | 76 | 37 |
| Binary | 10000000 | 101000 | 11110 | 0 | 1000101 | 1001101 | 110010 | 110 | 111110 | 11111 |
Color Harmonies of #80281E
Complementary color
Monochromatic Colors of #80281E
Black with #80281E
Text Example
Text Example
White with #80281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80281E; }
p { color: rgb(128,40,30); }
H1.HeaderClassName
{
color: #80281E;
}
.AnyTagClassName
{
color: #80281E;
}
</style>
background-color css
<style>
a { background-color: #80281E; }
a { background-color: rgb(128,40,30); }
div.DivClassName
{
background-color: #80281E;
}
.BgClassName
{
background-color: #80281E;
}
</style>
border-color css
<style>
span { border-color: #80281E; }
span { border-color: rgb(128,40,30); }
td.TdClassName
{
border-color: #80281E;
}
.TagClassName
{
border-color: #80281E;
}
</style>