Shades of Burnt Umber #91321D
Tints of Burnt Umber #91321D
RGB
CMYK
RGB Variations
Color information
#91321D (or 0x91321D) is known color: Burnt Umber. HEX triplet: 91, 32 and 1D. RGB value is (145,50,29). Sum of RGB (Red+Green+Blue) = 145+50+29=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #91321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91321D is #6ECDE2. Grayscale: #4C4C4C. Windows color (decimal): -7261667 or 1913489. OLE color: 1913489.
HSL color Cylindrical-coordinate representation of color #91321D: hue angle of 10.86º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91321D is Cyan = 0, Magento = 0.66, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 29 | - |
| CMYK | 0 | 0.66 | 0.8 | 0.43 |
| HSL | 10.86º | 0.67% | 0.34% | - |
| HSV(B) | 10.86º | 0.8% | 0.57% | - |
| XYZ | 13.04 | 8.39 | 2.09 | - |
| YUV | 76.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 29 | 0 | 0.66 | 0.8 | 0.43 | 10.86 | 0.67 | 0.34 |
| Hex | 91 | 32 | 1D | 0 | 42 | 50 | 2B | B | 43 | 22 |
| Octal | 221 | 62 | 35 | 0 | 102 | 120 | 53 | 13 | 103 | 42 |
| Binary | 10010001 | 110010 | 11101 | 0 | 1000010 | 1010000 | 101011 | 1011 | 1000011 | 100010 |
Color Harmonies of #91321D
Complementary color
Monochromatic Colors of #91321D
Black with #91321D
Text Example
Text Example
White with #91321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91321D; }
p { color: rgb(145,50,29); }
H1.HeaderClassName
{
color: #91321D;
}
.AnyTagClassName
{
color: #91321D;
}
</style>
background-color css
<style>
a { background-color: #91321D; }
a { background-color: rgb(145,50,29); }
div.DivClassName
{
background-color: #91321D;
}
.BgClassName
{
background-color: #91321D;
}
</style>
border-color css
<style>
span { border-color: #91321D; }
span { border-color: rgb(145,50,29); }
td.TdClassName
{
border-color: #91321D;
}
.TagClassName
{
border-color: #91321D;
}
</style>