Shades of Burnt Umber #81281D
Tints of Burnt Umber #81281D
RGB
CMYK
RGB Variations
Color information
#81281D (or 0x81281D) is known color: Burnt Umber. HEX triplet: 81, 28 and 1D. RGB value is (129,40,29). Sum of RGB (Red+Green+Blue) = 129+40+29=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #81281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81281D is #7ED7E2. Grayscale: #414141. Windows color (decimal): -8312803 or 1910913. OLE color: 1910913.
HSL color Cylindrical-coordinate representation of color #81281D: hue angle of 6.6º degrees, saturation: 0.63, 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 #81281D is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 40 | 29 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.49 |
| HSL | 6.6º | 0.63% | 0.31% | - |
| HSV(B) | 6.6º | 0.78% | 0.51% | - |
| XYZ | 10.03 | 6.27 | 1.84 | - |
| YUV | 65.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 29 | 0 | 0.69 | 0.78 | 0.49 | 6.6 | 0.63 | 0.31 |
| Hex | 81 | 28 | 1D | 0 | 45 | 4E | 31 | 7 | 3F | 1F |
| Octal | 201 | 50 | 35 | 0 | 105 | 116 | 61 | 7 | 77 | 37 |
| Binary | 10000001 | 101000 | 11101 | 0 | 1000101 | 1001110 | 110001 | 111 | 111111 | 11111 |
Color Harmonies of #81281D
Complementary color
Monochromatic Colors of #81281D
Black with #81281D
Text Example
Text Example
White with #81281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81281D; }
p { color: rgb(129,40,29); }
H1.HeaderClassName
{
color: #81281D;
}
.AnyTagClassName
{
color: #81281D;
}
</style>
background-color css
<style>
a { background-color: #81281D; }
a { background-color: rgb(129,40,29); }
div.DivClassName
{
background-color: #81281D;
}
.BgClassName
{
background-color: #81281D;
}
</style>
border-color css
<style>
span { border-color: #81281D; }
span { border-color: rgb(129,40,29); }
td.TdClassName
{
border-color: #81281D;
}
.TagClassName
{
border-color: #81281D;
}
</style>