Shades of Burnt Umber #81331D
Tints of Burnt Umber #81331D
RGB
CMYK
RGB Variations
Color information
#81331D (or 0x81331D) is known color: Burnt Umber. HEX triplet: 81, 33 and 1D. RGB value is (129,51,29). Sum of RGB (Red+Green+Blue) = 129+51+29=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81331D is #7ECCE2. Grayscale: #474747. Windows color (decimal): -8309987 or 1913729. OLE color: 1913729.
HSL color Cylindrical-coordinate representation of color #81331D: hue angle of 13.2º 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 #81331D is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 51 | 29 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.49 |
| HSL | 13.2º | 0.63% | 0.31% | - |
| HSV(B) | 13.2º | 0.78% | 0.51% | - |
| XYZ | 10.46 | 7.12 | 1.99 | - |
| YUV | 71.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 29 | 0 | 0.60 | 0.78 | 0.49 | 13.2 | 0.63 | 0.31 |
| Hex | 81 | 33 | 1D | 0 | 3C | 4E | 31 | D | 3F | 1F |
| Octal | 201 | 63 | 35 | 0 | 74 | 116 | 61 | 15 | 77 | 37 |
| Binary | 10000001 | 110011 | 11101 | 0 | 111100 | 1001110 | 110001 | 1101 | 111111 | 11111 |
Color Harmonies of #81331D
Complementary color
Monochromatic Colors of #81331D
Black with #81331D
Text Example
Text Example
White with #81331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81331D; }
p { color: rgb(129,51,29); }
H1.HeaderClassName
{
color: #81331D;
}
.AnyTagClassName
{
color: #81331D;
}
</style>
background-color css
<style>
a { background-color: #81331D; }
a { background-color: rgb(129,51,29); }
div.DivClassName
{
background-color: #81331D;
}
.BgClassName
{
background-color: #81331D;
}
</style>
border-color css
<style>
span { border-color: #81331D; }
span { border-color: rgb(129,51,29); }
td.TdClassName
{
border-color: #81331D;
}
.TagClassName
{
border-color: #81331D;
}
</style>