Shades of Burnt Umber #802A1D
Tints of Burnt Umber #802A1D
RGB
CMYK
RGB Variations
Color information
#802A1D (or 0x802A1D) is known color: Burnt Umber. HEX triplet: 80, 2A and 1D. RGB value is (128,42,29). Sum of RGB (Red+Green+Blue) = 128+42+29=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #802A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A1D is #7FD5E2. Grayscale: #424242. Windows color (decimal): -8377827 or 1911424. OLE color: 1911424.
HSL color Cylindrical-coordinate representation of color #802A1D: hue angle of 7.88º 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 #802A1D is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 29 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.50 |
| HSL | 7.88º | 0.63% | 0.31% | - |
| HSV(B) | 7.88º | 0.77% | 0.5% | - |
| XYZ | 9.95 | 6.33 | 1.86 | - |
| YUV | 66.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 29 | 0 | 0.67 | 0.77 | 0.50 | 7.88 | 0.63 | 0.31 |
| Hex | 80 | 2A | 1D | 0 | 43 | 4D | 32 | 8 | 3F | 1F |
| Octal | 200 | 52 | 35 | 0 | 103 | 115 | 62 | 10 | 77 | 37 |
| Binary | 10000000 | 101010 | 11101 | 0 | 1000011 | 1001101 | 110010 | 1000 | 111111 | 11111 |
Color Harmonies of #802A1D
Complementary color
Monochromatic Colors of #802A1D
Black with #802A1D
Text Example
Text Example
White with #802A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A1D; }
p { color: rgb(128,42,29); }
H1.HeaderClassName
{
color: #802A1D;
}
.AnyTagClassName
{
color: #802A1D;
}
</style>
background-color css
<style>
a { background-color: #802A1D; }
a { background-color: rgb(128,42,29); }
div.DivClassName
{
background-color: #802A1D;
}
.BgClassName
{
background-color: #802A1D;
}
</style>
border-color css
<style>
span { border-color: #802A1D; }
span { border-color: rgb(128,42,29); }
td.TdClassName
{
border-color: #802A1D;
}
.TagClassName
{
border-color: #802A1D;
}
</style>