Shades of Livid Brown #31211F
Tints of Livid Brown #31211F
RGB
CMYK
RGB Variations
Color information
#31211F (or 0x31211F) is known color: Livid Brown. HEX triplet: 31, 21 and 1F. RGB value is (49,33,31). Sum of RGB (Red+Green+Blue) = 49+33+31=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #31211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31211F is #CEDEE0. Grayscale: #252525. Windows color (decimal): -13557473 or 2040113. OLE color: 2040113.
HSL color Cylindrical-coordinate representation of color #31211F: hue angle of 6.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31211F is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 33 | 31 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.81 |
| HSL | 6.67º | 0.23% | 0.16% | - |
| HSV(B) | 6.67º | 0.37% | 0.19% | - |
| XYZ | 2.06 | 1.84 | 1.54 | - |
| YUV | 37.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 31 | 0 | 0.33 | 0.37 | 0.81 | 6.67 | 0.23 | 0.16 |
| Hex | 31 | 21 | 1F | 0 | 21 | 25 | 51 | 7 | 16 | 10 |
| Octal | 61 | 41 | 37 | 0 | 41 | 45 | 121 | 7 | 26 | 20 |
| Binary | 110001 | 100001 | 11111 | 0 | 100001 | 100101 | 1010001 | 111 | 10110 | 10000 |
Color Harmonies of #31211F
Complementary color
Monochromatic Colors of #31211F
Black with #31211F
Text Example
Text Example
White with #31211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31211F; }
p { color: rgb(49,33,31); }
H1.HeaderClassName
{
color: #31211F;
}
.AnyTagClassName
{
color: #31211F;
}
</style>
background-color css
<style>
a { background-color: #31211F; }
a { background-color: rgb(49,33,31); }
div.DivClassName
{
background-color: #31211F;
}
.BgClassName
{
background-color: #31211F;
}
</style>
border-color css
<style>
span { border-color: #31211F; }
span { border-color: rgb(49,33,31); }
td.TdClassName
{
border-color: #31211F;
}
.TagClassName
{
border-color: #31211F;
}
</style>