Shades of Livid Brown #412222
Tints of Livid Brown #412222
RGB
CMYK
RGB Variations
Color information
#412222 (or 0x412222) is known color: Livid Brown. HEX triplet: 41, 22 and 22. RGB value is (65,34,34). Sum of RGB (Red+Green+Blue) = 65+34+34=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #412222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412222 is #BEDDDD. Grayscale: #2B2B2B. Windows color (decimal): -12508638 or 2236993. OLE color: 2236993.
HSL color Cylindrical-coordinate representation of color #412222: hue angle of 0º degrees, saturation: 0.31, 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 #412222 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 34 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.75 |
| HSL | 0º | 0.31% | 0.19% | - |
| HSV(B) | 0º | 0.48% | 0.25% | - |
| XYZ | 3.04 | 2.38 | 1.81 | - |
| YUV | 43.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 34 | 0 | 0.48 | 0.48 | 0.75 | 0 | 0.31 | 0.19 |
| Hex | 41 | 22 | 22 | 0 | 30 | 30 | 4B | 0 | 1F | 13 |
| Octal | 101 | 42 | 42 | 0 | 60 | 60 | 113 | 0 | 37 | 23 |
| Binary | 1000001 | 100010 | 100010 | 0 | 110000 | 110000 | 1001011 | 0 | 11111 | 10011 |
Color Harmonies of #412222
Complementary color
Monochromatic Colors of #412222
Black with #412222
Text Example
Text Example
White with #412222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412222; }
p { color: rgb(65,34,34); }
H1.HeaderClassName
{
color: #412222;
}
.AnyTagClassName
{
color: #412222;
}
</style>
background-color css
<style>
a { background-color: #412222; }
a { background-color: rgb(65,34,34); }
div.DivClassName
{
background-color: #412222;
}
.BgClassName
{
background-color: #412222;
}
</style>
border-color css
<style>
span { border-color: #412222; }
span { border-color: rgb(65,34,34); }
td.TdClassName
{
border-color: #412222;
}
.TagClassName
{
border-color: #412222;
}
</style>