Shades of Voodoo #412E3B
Tints of Voodoo #412E3B
RGB
CMYK
RGB Variations
Color information
#412E3B (or 0x412E3B) is known color: Voodoo. HEX triplet: 41, 2E and 3B. RGB value is (65,46,59). Sum of RGB (Red+Green+Blue) = 65+46+59=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #412E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E3B is #BED1C4. Grayscale: #353535. Windows color (decimal): -12505541 or 3878465. OLE color: 3878465.
HSL color Cylindrical-coordinate representation of color #412E3B: hue angle of 318.95º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E3B is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 59 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.75 |
| HSL | 318.95º | 0.17% | 0.22% | - |
| HSV(B) | 318.95º | 0.29% | 0.25% | - |
| XYZ | 3.95 | 3.39 | 4.58 | - |
| YUV | 53.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 59 | 0 | 0.29 | 0.09 | 0.75 | 318.95 | 0.17 | 0.22 |
| Hex | 41 | 2E | 3B | 0 | 1D | 9 | 4B | 13F | 11 | 16 |
| Octal | 101 | 56 | 73 | 0 | 35 | 11 | 113 | 477 | 21 | 26 |
| Binary | 1000001 | 101110 | 111011 | 0 | 11101 | 1001 | 1001011 | 100111111 | 10001 | 10110 |
Color Harmonies of #412E3B
Complementary color
Monochromatic Colors of #412E3B
Black with #412E3B
Text Example
Text Example
White with #412E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E3B; }
p { color: rgb(65,46,59); }
H1.HeaderClassName
{
color: #412E3B;
}
.AnyTagClassName
{
color: #412E3B;
}
</style>
background-color css
<style>
a { background-color: #412E3B; }
a { background-color: rgb(65,46,59); }
div.DivClassName
{
background-color: #412E3B;
}
.BgClassName
{
background-color: #412E3B;
}
</style>
border-color css
<style>
span { border-color: #412E3B; }
span { border-color: rgb(65,46,59); }
td.TdClassName
{
border-color: #412E3B;
}
.TagClassName
{
border-color: #412E3B;
}
</style>