Shades of Voodoo #402C3B
Tints of Voodoo #402C3B
RGB
CMYK
RGB Variations
Color information
#402C3B (or 0x402C3B) is known color: Voodoo. HEX triplet: 40, 2C and 3B. RGB value is (64,44,59). Sum of RGB (Red+Green+Blue) = 64+44+59=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #402C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C3B is #BFD3C4. Grayscale: #333333. Windows color (decimal): -12571589 or 3877952. OLE color: 3877952.
HSL color Cylindrical-coordinate representation of color #402C3B: hue angle of 315º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #402C3B is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 59 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.75 |
| HSL | 315º | 0.19% | 0.21% | - |
| HSV(B) | 315º | 0.31% | 0.25% | - |
| XYZ | 3.8 | 3.21 | 4.56 | - |
| YUV | 51.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 59 | 0 | 0.31 | 0.08 | 0.75 | 315 | 0.19 | 0.21 |
| Hex | 40 | 2C | 3B | 0 | 1F | 8 | 4B | 13B | 13 | 15 |
| Octal | 100 | 54 | 73 | 0 | 37 | 10 | 113 | 473 | 23 | 25 |
| Binary | 1000000 | 101100 | 111011 | 0 | 11111 | 1000 | 1001011 | 100111011 | 10011 | 10101 |
Color Harmonies of #402C3B
Complementary color
Monochromatic Colors of #402C3B
Black with #402C3B
Text Example
Text Example
White with #402C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C3B; }
p { color: rgb(64,44,59); }
H1.HeaderClassName
{
color: #402C3B;
}
.AnyTagClassName
{
color: #402C3B;
}
</style>
background-color css
<style>
a { background-color: #402C3B; }
a { background-color: rgb(64,44,59); }
div.DivClassName
{
background-color: #402C3B;
}
.BgClassName
{
background-color: #402C3B;
}
</style>
border-color css
<style>
span { border-color: #402C3B; }
span { border-color: rgb(64,44,59); }
td.TdClassName
{
border-color: #402C3B;
}
.TagClassName
{
border-color: #402C3B;
}
</style>