Shades of Livid Brown #32211E
Tints of Livid Brown #32211E
RGB
CMYK
RGB Variations
Color information
#32211E (or 0x32211E) is known color: Livid Brown. HEX triplet: 32, 21 and 1E. RGB value is (50,33,30). Sum of RGB (Red+Green+Blue) = 50+33+30=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #32211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32211E is #CDDEE1. Grayscale: #252525. Windows color (decimal): -13491938 or 1974578. OLE color: 1974578.
HSL color Cylindrical-coordinate representation of color #32211E: hue angle of 9º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #32211E is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 33 | 30 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.80 |
| HSL | 9º | 0.25% | 0.16% | - |
| HSV(B) | 9º | 0.4% | 0.2% | - |
| XYZ | 2.09 | 1.86 | 1.48 | - |
| YUV | 37.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 30 | 0 | 0.34 | 0.40 | 0.80 | 9 | 0.25 | 0.16 |
| Hex | 32 | 21 | 1E | 0 | 22 | 28 | 50 | 9 | 19 | 10 |
| Octal | 62 | 41 | 36 | 0 | 42 | 50 | 120 | 11 | 31 | 20 |
| Binary | 110010 | 100001 | 11110 | 0 | 100010 | 101000 | 1010000 | 1001 | 11001 | 10000 |
Color Harmonies of #32211E
Complementary color
Monochromatic Colors of #32211E
Black with #32211E
Text Example
Text Example
White with #32211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32211E; }
p { color: rgb(50,33,30); }
H1.HeaderClassName
{
color: #32211E;
}
.AnyTagClassName
{
color: #32211E;
}
</style>
background-color css
<style>
a { background-color: #32211E; }
a { background-color: rgb(50,33,30); }
div.DivClassName
{
background-color: #32211E;
}
.BgClassName
{
background-color: #32211E;
}
</style>
border-color css
<style>
span { border-color: #32211E; }
span { border-color: rgb(50,33,30); }
td.TdClassName
{
border-color: #32211E;
}
.TagClassName
{
border-color: #32211E;
}
</style>