Shades of Voodoo #412F3C
Tints of Voodoo #412F3C
RGB
CMYK
RGB Variations
Color information
#412F3C (or 0x412F3C) is known color: Voodoo. HEX triplet: 41, 2F and 3C. RGB value is (65,47,60). Sum of RGB (Red+Green+Blue) = 65+47+60=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #412F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F3C is #BED0C3. Grayscale: #353535. Windows color (decimal): -12505284 or 3944257. OLE color: 3944257.
HSL color Cylindrical-coordinate representation of color #412F3C: hue angle of 316.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #412F3C is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 60 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.75 |
| HSL | 316.67º | 0.16% | 0.22% | - |
| HSV(B) | 316.67º | 0.28% | 0.25% | - |
| XYZ | 4.01 | 3.48 | 4.74 | - |
| YUV | 53.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 60 | 0 | 0.28 | 0.08 | 0.75 | 316.67 | 0.16 | 0.22 |
| Hex | 41 | 2F | 3C | 0 | 1C | 8 | 4B | 13D | 10 | 16 |
| Octal | 101 | 57 | 74 | 0 | 34 | 10 | 113 | 475 | 20 | 26 |
| Binary | 1000001 | 101111 | 111100 | 0 | 11100 | 1000 | 1001011 | 100111101 | 10000 | 10110 |
Color Harmonies of #412F3C
Complementary color
Monochromatic Colors of #412F3C
Black with #412F3C
Text Example
Text Example
White with #412F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F3C; }
p { color: rgb(65,47,60); }
H1.HeaderClassName
{
color: #412F3C;
}
.AnyTagClassName
{
color: #412F3C;
}
</style>
background-color css
<style>
a { background-color: #412F3C; }
a { background-color: rgb(65,47,60); }
div.DivClassName
{
background-color: #412F3C;
}
.BgClassName
{
background-color: #412F3C;
}
</style>
border-color css
<style>
span { border-color: #412F3C; }
span { border-color: rgb(65,47,60); }
td.TdClassName
{
border-color: #412F3C;
}
.TagClassName
{
border-color: #412F3C;
}
</style>