Shades of Voodoo #402D3B
Tints of Voodoo #402D3B
RGB
CMYK
RGB Variations
Color information
#402D3B (or 0x402D3B) is known color: Voodoo. HEX triplet: 40, 2D and 3B. RGB value is (64,45,59). Sum of RGB (Red+Green+Blue) = 64+45+59=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #402D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D3B is #BFD2C4. Grayscale: #343434. Windows color (decimal): -12571333 or 3878208. OLE color: 3878208.
HSL color Cylindrical-coordinate representation of color #402D3B: hue angle of 315.79º 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 #402D3B is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 59 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.75 |
| HSL | 315.79º | 0.17% | 0.21% | - |
| HSV(B) | 315.79º | 0.3% | 0.25% | - |
| XYZ | 3.84 | 3.28 | 4.57 | - |
| YUV | 52.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 59 | 0 | 0.30 | 0.08 | 0.75 | 315.79 | 0.17 | 0.21 |
| Hex | 40 | 2D | 3B | 0 | 1E | 8 | 4B | 13C | 11 | 15 |
| Octal | 100 | 55 | 73 | 0 | 36 | 10 | 113 | 474 | 21 | 25 |
| Binary | 1000000 | 101101 | 111011 | 0 | 11110 | 1000 | 1001011 | 100111100 | 10001 | 10101 |
Color Harmonies of #402D3B
Complementary color
Monochromatic Colors of #402D3B
Black with #402D3B
Text Example
Text Example
White with #402D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D3B; }
p { color: rgb(64,45,59); }
H1.HeaderClassName
{
color: #402D3B;
}
.AnyTagClassName
{
color: #402D3B;
}
</style>
background-color css
<style>
a { background-color: #402D3B; }
a { background-color: rgb(64,45,59); }
div.DivClassName
{
background-color: #402D3B;
}
.BgClassName
{
background-color: #402D3B;
}
</style>
border-color css
<style>
span { border-color: #402D3B; }
span { border-color: rgb(64,45,59); }
td.TdClassName
{
border-color: #402D3B;
}
.TagClassName
{
border-color: #402D3B;
}
</style>