Shades of Voodoo #402E3C
Tints of Voodoo #402E3C
RGB
CMYK
RGB Variations
Color information
#402E3C (or 0x402E3C) is known color: Voodoo. HEX triplet: 40, 2E and 3C. RGB value is (64,46,60). Sum of RGB (Red+Green+Blue) = 64+46+60=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #402E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E3C is #BFD1C3. Grayscale: #343434. Windows color (decimal): -12571076 or 3944000. OLE color: 3944000.
HSL color Cylindrical-coordinate representation of color #402E3C: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #402E3C is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 46 | 60 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.75 |
| HSL | 313.33º | 0.16% | 0.22% | - |
| HSV(B) | 313.33º | 0.28% | 0.25% | - |
| XYZ | 3.91 | 3.37 | 4.72 | - |
| YUV | 52.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 60 | 0 | 0.28 | 0.06 | 0.75 | 313.33 | 0.16 | 0.22 |
| Hex | 40 | 2E | 3C | 0 | 1C | 6 | 4B | 139 | 10 | 16 |
| Octal | 100 | 56 | 74 | 0 | 34 | 6 | 113 | 471 | 20 | 26 |
| Binary | 1000000 | 101110 | 111100 | 0 | 11100 | 110 | 1001011 | 100111001 | 10000 | 10110 |
Color Harmonies of #402E3C
Complementary color
Monochromatic Colors of #402E3C
Black with #402E3C
Text Example
Text Example
White with #402E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E3C; }
p { color: rgb(64,46,60); }
H1.HeaderClassName
{
color: #402E3C;
}
.AnyTagClassName
{
color: #402E3C;
}
</style>
background-color css
<style>
a { background-color: #402E3C; }
a { background-color: rgb(64,46,60); }
div.DivClassName
{
background-color: #402E3C;
}
.BgClassName
{
background-color: #402E3C;
}
</style>
border-color css
<style>
span { border-color: #402E3C; }
span { border-color: rgb(64,46,60); }
td.TdClassName
{
border-color: #402E3C;
}
.TagClassName
{
border-color: #402E3C;
}
</style>