Shades of Burnt Umber #802A1F
Tints of Burnt Umber #802A1F
RGB
CMYK
RGB Variations
Color information
#802A1F (or 0x802A1F) is known color: Burnt Umber. HEX triplet: 80, 2A and 1F. RGB value is (128,42,31). Sum of RGB (Red+Green+Blue) = 128+42+31=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A1F is #7FD5E0. Grayscale: #424242. Windows color (decimal): -8377825 or 2042496. OLE color: 2042496.
HSL color Cylindrical-coordinate representation of color #802A1F: hue angle of 6.8º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802A1F is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 31 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.50 |
| HSL | 6.8º | 0.61% | 0.31% | - |
| HSV(B) | 6.8º | 0.76% | 0.5% | - |
| XYZ | 9.98 | 6.34 | 1.99 | - |
| YUV | 66.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 31 | 0 | 0.67 | 0.76 | 0.50 | 6.8 | 0.61 | 0.31 |
| Hex | 80 | 2A | 1F | 0 | 43 | 4C | 32 | 7 | 3D | 1F |
| Octal | 200 | 52 | 37 | 0 | 103 | 114 | 62 | 7 | 75 | 37 |
| Binary | 10000000 | 101010 | 11111 | 0 | 1000011 | 1001100 | 110010 | 111 | 111101 | 11111 |
Color Harmonies of #802A1F
Complementary color
Monochromatic Colors of #802A1F
Black with #802A1F
Text Example
Text Example
White with #802A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A1F; }
p { color: rgb(128,42,31); }
H1.HeaderClassName
{
color: #802A1F;
}
.AnyTagClassName
{
color: #802A1F;
}
</style>
background-color css
<style>
a { background-color: #802A1F; }
a { background-color: rgb(128,42,31); }
div.DivClassName
{
background-color: #802A1F;
}
.BgClassName
{
background-color: #802A1F;
}
</style>
border-color css
<style>
span { border-color: #802A1F; }
span { border-color: rgb(128,42,31); }
td.TdClassName
{
border-color: #802A1F;
}
.TagClassName
{
border-color: #802A1F;
}
</style>