Shades of Voodoo #412C3C
Tints of Voodoo #412C3C
RGB
CMYK
RGB Variations
Color information
#412C3C (or 0x412C3C) is known color: Voodoo. HEX triplet: 41, 2C and 3C. RGB value is (65,44,60). Sum of RGB (Red+Green+Blue) = 65+44+60=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #412C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C3C is #BED3C3. Grayscale: #343434. Windows color (decimal): -12506052 or 3943489. OLE color: 3943489.
HSL color Cylindrical-coordinate representation of color #412C3C: hue angle of 314.29º 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 #412C3C is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 60 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.75 |
| HSL | 314.29º | 0.19% | 0.21% | - |
| HSV(B) | 314.29º | 0.32% | 0.25% | - |
| XYZ | 3.9 | 3.25 | 4.7 | - |
| YUV | 52.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 60 | 0 | 0.32 | 0.08 | 0.75 | 314.29 | 0.19 | 0.21 |
| Hex | 41 | 2C | 3C | 0 | 20 | 8 | 4B | 13A | 13 | 15 |
| Octal | 101 | 54 | 74 | 0 | 40 | 10 | 113 | 472 | 23 | 25 |
| Binary | 1000001 | 101100 | 111100 | 0 | 100000 | 1000 | 1001011 | 100111010 | 10011 | 10101 |
Color Harmonies of #412C3C
Complementary color
Monochromatic Colors of #412C3C
Black with #412C3C
Text Example
Text Example
White with #412C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C3C; }
p { color: rgb(65,44,60); }
H1.HeaderClassName
{
color: #412C3C;
}
.AnyTagClassName
{
color: #412C3C;
}
</style>
background-color css
<style>
a { background-color: #412C3C; }
a { background-color: rgb(65,44,60); }
div.DivClassName
{
background-color: #412C3C;
}
.BgClassName
{
background-color: #412C3C;
}
</style>
border-color css
<style>
span { border-color: #412C3C; }
span { border-color: rgb(65,44,60); }
td.TdClassName
{
border-color: #412C3C;
}
.TagClassName
{
border-color: #412C3C;
}
</style>