Shades of Livid Brown #412121
Tints of Livid Brown #412121
RGB
CMYK
RGB Variations
Color information
#412121 (or 0x412121) is known color: Livid Brown. HEX triplet: 41, 21 and 21. RGB value is (65,33,33). Sum of RGB (Red+Green+Blue) = 65+33+33=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412121 is #BEDEDE. Grayscale: #2A2A2A. Windows color (decimal): -12508895 or 2171201. OLE color: 2171201.
HSL color Cylindrical-coordinate representation of color #412121: hue angle of 0º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412121 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 33 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.75 |
| HSL | 0º | 0.33% | 0.19% | - |
| HSV(B) | 0º | 0.49% | 0.25% | - |
| XYZ | 3 | 2.32 | 1.73 | - |
| YUV | 42.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 33 | 0 | 0.49 | 0.49 | 0.75 | 0 | 0.33 | 0.19 |
| Hex | 41 | 21 | 21 | 0 | 31 | 31 | 4B | 0 | 21 | 13 |
| Octal | 101 | 41 | 41 | 0 | 61 | 61 | 113 | 0 | 41 | 23 |
| Binary | 1000001 | 100001 | 100001 | 0 | 110001 | 110001 | 1001011 | 0 | 100001 | 10011 |
Color Harmonies of #412121
Complementary color
Monochromatic Colors of #412121
Black with #412121
Text Example
Text Example
White with #412121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412121; }
p { color: rgb(65,33,33); }
H1.HeaderClassName
{
color: #412121;
}
.AnyTagClassName
{
color: #412121;
}
</style>
background-color css
<style>
a { background-color: #412121; }
a { background-color: rgb(65,33,33); }
div.DivClassName
{
background-color: #412121;
}
.BgClassName
{
background-color: #412121;
}
</style>
border-color css
<style>
span { border-color: #412121; }
span { border-color: rgb(65,33,33); }
td.TdClassName
{
border-color: #412121;
}
.TagClassName
{
border-color: #412121;
}
</style>