Shades of Voodoo #412D3D
Tints of Voodoo #412D3D
RGB
CMYK
RGB Variations
Color information
#412D3D (or 0x412D3D) is known color: Voodoo. HEX triplet: 41, 2D and 3D. RGB value is (65,45,61). Sum of RGB (Red+Green+Blue) = 65+45+61=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #412D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D3D is #BED2C2. Grayscale: #343434. Windows color (decimal): -12505795 or 4009281. OLE color: 4009281.
HSL color Cylindrical-coordinate representation of color #412D3D: hue angle of 312º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #412D3D is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 61 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.75 |
| HSL | 312º | 0.18% | 0.22% | - |
| HSV(B) | 312º | 0.31% | 0.25% | - |
| XYZ | 3.96 | 3.34 | 4.85 | - |
| YUV | 52.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 61 | 0 | 0.31 | 0.06 | 0.75 | 312 | 0.18 | 0.22 |
| Hex | 41 | 2D | 3D | 0 | 1F | 6 | 4B | 138 | 12 | 16 |
| Octal | 101 | 55 | 75 | 0 | 37 | 6 | 113 | 470 | 22 | 26 |
| Binary | 1000001 | 101101 | 111101 | 0 | 11111 | 110 | 1001011 | 100111000 | 10010 | 10110 |
Color Harmonies of #412D3D
Complementary color
Monochromatic Colors of #412D3D
Black with #412D3D
Text Example
Text Example
White with #412D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D3D; }
p { color: rgb(65,45,61); }
H1.HeaderClassName
{
color: #412D3D;
}
.AnyTagClassName
{
color: #412D3D;
}
</style>
background-color css
<style>
a { background-color: #412D3D; }
a { background-color: rgb(65,45,61); }
div.DivClassName
{
background-color: #412D3D;
}
.BgClassName
{
background-color: #412D3D;
}
</style>
border-color css
<style>
span { border-color: #412D3D; }
span { border-color: rgb(65,45,61); }
td.TdClassName
{
border-color: #412D3D;
}
.TagClassName
{
border-color: #412D3D;
}
</style>