Shades of Livid Brown #402121
Tints of Livid Brown #402121
RGB
CMYK
RGB Variations
Color information
#402121 (or 0x402121) is known color: Livid Brown. HEX triplet: 40, 21 and 21. RGB value is (64,33,33). Sum of RGB (Red+Green+Blue) = 64+33+33=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #402121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402121 is #BFDEDE. Grayscale: #2A2A2A. Windows color (decimal): -12574431 or 2171200. OLE color: 2171200.
HSL color Cylindrical-coordinate representation of color #402121: hue angle of 0º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402121 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 33 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.75 |
| HSL | 0º | 0.32% | 0.19% | - |
| HSV(B) | 0º | 0.48% | 0.25% | - |
| XYZ | 2.93 | 2.29 | 1.73 | - |
| YUV | 42.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 33 | 0 | 0.48 | 0.48 | 0.75 | 0 | 0.32 | 0.19 |
| Hex | 40 | 21 | 21 | 0 | 30 | 30 | 4B | 0 | 20 | 13 |
| Octal | 100 | 41 | 41 | 0 | 60 | 60 | 113 | 0 | 40 | 23 |
| Binary | 1000000 | 100001 | 100001 | 0 | 110000 | 110000 | 1001011 | 0 | 100000 | 10011 |
Color Harmonies of #402121
Complementary color
Monochromatic Colors of #402121
Black with #402121
Text Example
Text Example
White with #402121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402121; }
p { color: rgb(64,33,33); }
H1.HeaderClassName
{
color: #402121;
}
.AnyTagClassName
{
color: #402121;
}
</style>
background-color css
<style>
a { background-color: #402121; }
a { background-color: rgb(64,33,33); }
div.DivClassName
{
background-color: #402121;
}
.BgClassName
{
background-color: #402121;
}
</style>
border-color css
<style>
span { border-color: #402121; }
span { border-color: rgb(64,33,33); }
td.TdClassName
{
border-color: #402121;
}
.TagClassName
{
border-color: #402121;
}
</style>