Shades of Voodoo #412C3B
Tints of Voodoo #412C3B
RGB
CMYK
RGB Variations
Color information
#412C3B (or 0x412C3B) is known color: Voodoo. HEX triplet: 41, 2C and 3B. RGB value is (65,44,59). Sum of RGB (Red+Green+Blue) = 65+44+59=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #412C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C3B is #BED3C4. Grayscale: #333333. Windows color (decimal): -12506053 or 3877953. OLE color: 3877953.
HSL color Cylindrical-coordinate representation of color #412C3B: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412C3B is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 59 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.75 |
| HSL | 317.14º | 0.19% | 0.21% | - |
| HSV(B) | 317.14º | 0.32% | 0.25% | - |
| XYZ | 3.87 | 3.24 | 4.56 | - |
| YUV | 51.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 59 | 0 | 0.32 | 0.09 | 0.75 | 317.14 | 0.19 | 0.21 |
| Hex | 41 | 2C | 3B | 0 | 20 | 9 | 4B | 13D | 13 | 15 |
| Octal | 101 | 54 | 73 | 0 | 40 | 11 | 113 | 475 | 23 | 25 |
| Binary | 1000001 | 101100 | 111011 | 0 | 100000 | 1001 | 1001011 | 100111101 | 10011 | 10101 |
Color Harmonies of #412C3B
Complementary color
Monochromatic Colors of #412C3B
Black with #412C3B
Text Example
Text Example
White with #412C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C3B; }
p { color: rgb(65,44,59); }
H1.HeaderClassName
{
color: #412C3B;
}
.AnyTagClassName
{
color: #412C3B;
}
</style>
background-color css
<style>
a { background-color: #412C3B; }
a { background-color: rgb(65,44,59); }
div.DivClassName
{
background-color: #412C3B;
}
.BgClassName
{
background-color: #412C3B;
}
</style>
border-color css
<style>
span { border-color: #412C3B; }
span { border-color: rgb(65,44,59); }
td.TdClassName
{
border-color: #412C3B;
}
.TagClassName
{
border-color: #412C3B;
}
</style>