Shades of Voodoo #412F3B
Tints of Voodoo #412F3B
RGB
CMYK
RGB Variations
Color information
#412F3B (or 0x412F3B) is known color: Voodoo. HEX triplet: 41, 2F and 3B. RGB value is (65,47,59). Sum of RGB (Red+Green+Blue) = 65+47+59=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #412F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F3B is #BED0C4. Grayscale: #353535. Windows color (decimal): -12505285 or 3878721. OLE color: 3878721.
HSL color Cylindrical-coordinate representation of color #412F3B: hue angle of 320º 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 #412F3B is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 59 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.75 |
| HSL | 320º | 0.16% | 0.22% | - |
| HSV(B) | 320º | 0.28% | 0.25% | - |
| XYZ | 3.99 | 3.47 | 4.6 | - |
| YUV | 53.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 59 | 0 | 0.28 | 0.09 | 0.75 | 320 | 0.16 | 0.22 |
| Hex | 41 | 2F | 3B | 0 | 1C | 9 | 4B | 140 | 10 | 16 |
| Octal | 101 | 57 | 73 | 0 | 34 | 11 | 113 | 500 | 20 | 26 |
| Binary | 1000001 | 101111 | 111011 | 0 | 11100 | 1001 | 1001011 | 101000000 | 10000 | 10110 |
Color Harmonies of #412F3B
Complementary color
Monochromatic Colors of #412F3B
Black with #412F3B
Text Example
Text Example
White with #412F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F3B; }
p { color: rgb(65,47,59); }
H1.HeaderClassName
{
color: #412F3B;
}
.AnyTagClassName
{
color: #412F3B;
}
</style>
background-color css
<style>
a { background-color: #412F3B; }
a { background-color: rgb(65,47,59); }
div.DivClassName
{
background-color: #412F3B;
}
.BgClassName
{
background-color: #412F3B;
}
</style>
border-color css
<style>
span { border-color: #412F3B; }
span { border-color: rgb(65,47,59); }
td.TdClassName
{
border-color: #412F3B;
}
.TagClassName
{
border-color: #412F3B;
}
</style>