Shades of Voodoo #402D3C
Tints of Voodoo #402D3C
RGB
CMYK
RGB Variations
Color information
#402D3C (or 0x402D3C) is known color: Voodoo. HEX triplet: 40, 2D and 3C. RGB value is (64,45,60). Sum of RGB (Red+Green+Blue) = 64+45+60=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #402D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D3C is #BFD2C3. Grayscale: #343434. Windows color (decimal): -12571332 or 3943744. OLE color: 3943744.
HSL color Cylindrical-coordinate representation of color #402D3C: hue angle of 312.63º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #402D3C is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 60 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.75 |
| HSL | 312.63º | 0.17% | 0.21% | - |
| HSV(B) | 312.63º | 0.3% | 0.25% | - |
| XYZ | 3.87 | 3.29 | 4.71 | - |
| YUV | 52.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 60 | 0 | 0.30 | 0.06 | 0.75 | 312.63 | 0.17 | 0.21 |
| Hex | 40 | 2D | 3C | 0 | 1E | 6 | 4B | 139 | 11 | 15 |
| Octal | 100 | 55 | 74 | 0 | 36 | 6 | 113 | 471 | 21 | 25 |
| Binary | 1000000 | 101101 | 111100 | 0 | 11110 | 110 | 1001011 | 100111001 | 10001 | 10101 |
Color Harmonies of #402D3C
Complementary color
Monochromatic Colors of #402D3C
Black with #402D3C
Text Example
Text Example
White with #402D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D3C; }
p { color: rgb(64,45,60); }
H1.HeaderClassName
{
color: #402D3C;
}
.AnyTagClassName
{
color: #402D3C;
}
</style>
background-color css
<style>
a { background-color: #402D3C; }
a { background-color: rgb(64,45,60); }
div.DivClassName
{
background-color: #402D3C;
}
.BgClassName
{
background-color: #402D3C;
}
</style>
border-color css
<style>
span { border-color: #402D3C; }
span { border-color: rgb(64,45,60); }
td.TdClassName
{
border-color: #402D3C;
}
.TagClassName
{
border-color: #402D3C;
}
</style>