Shades of Voodoo #402D3E
Tints of Voodoo #402D3E
RGB
CMYK
RGB Variations
Color information
#402D3E (or 0x402D3E) is known color: Voodoo. HEX triplet: 40, 2D and 3E. RGB value is (64,45,62). Sum of RGB (Red+Green+Blue) = 64+45+62=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #402D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D3E is #BFD2C1. Grayscale: #343434. Windows color (decimal): -12571330 or 4074816. OLE color: 4074816.
HSL color Cylindrical-coordinate representation of color #402D3E: hue angle of 306.32º 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 #402D3E is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 62 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.75 |
| HSL | 306.32º | 0.17% | 0.21% | - |
| HSV(B) | 306.32º | 0.3% | 0.25% | - |
| XYZ | 3.92 | 3.31 | 4.99 | - |
| YUV | 52.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 62 | 0 | 0.30 | 0.03 | 0.75 | 306.32 | 0.17 | 0.21 |
| Hex | 40 | 2D | 3E | 0 | 1E | 3 | 4B | 132 | 11 | 15 |
| Octal | 100 | 55 | 76 | 0 | 36 | 3 | 113 | 462 | 21 | 25 |
| Binary | 1000000 | 101101 | 111110 | 0 | 11110 | 11 | 1001011 | 100110010 | 10001 | 10101 |
Color Harmonies of #402D3E
Complementary color
Monochromatic Colors of #402D3E
Black with #402D3E
Text Example
Text Example
White with #402D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D3E; }
p { color: rgb(64,45,62); }
H1.HeaderClassName
{
color: #402D3E;
}
.AnyTagClassName
{
color: #402D3E;
}
</style>
background-color css
<style>
a { background-color: #402D3E; }
a { background-color: rgb(64,45,62); }
div.DivClassName
{
background-color: #402D3E;
}
.BgClassName
{
background-color: #402D3E;
}
</style>
border-color css
<style>
span { border-color: #402D3E; }
span { border-color: rgb(64,45,62); }
td.TdClassName
{
border-color: #402D3E;
}
.TagClassName
{
border-color: #402D3E;
}
</style>