Shades of Voodoo #402B3C
Tints of Voodoo #402B3C
RGB
CMYK
RGB Variations
Color information
#402B3C (or 0x402B3C) is known color: Voodoo. HEX triplet: 40, 2B and 3C. RGB value is (64,43,60). Sum of RGB (Red+Green+Blue) = 64+43+60=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #402B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B3C is #BFD4C3. Grayscale: #333333. Windows color (decimal): -12571844 or 3943232. OLE color: 3943232.
HSL color Cylindrical-coordinate representation of color #402B3C: hue angle of 311.43º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #402B3C is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 43 | 60 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.75 |
| HSL | 311.43º | 0.2% | 0.21% | - |
| HSV(B) | 311.43º | 0.33% | 0.25% | - |
| XYZ | 3.79 | 3.14 | 4.68 | - |
| YUV | 51.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 60 | 0 | 0.33 | 0.06 | 0.75 | 311.43 | 0.2 | 0.21 |
| Hex | 40 | 2B | 3C | 0 | 21 | 6 | 4B | 137 | 14 | 15 |
| Octal | 100 | 53 | 74 | 0 | 41 | 6 | 113 | 467 | 24 | 25 |
| Binary | 1000000 | 101011 | 111100 | 0 | 100001 | 110 | 1001011 | 100110111 | 10100 | 10101 |
Color Harmonies of #402B3C
Complementary color
Monochromatic Colors of #402B3C
Black with #402B3C
Text Example
Text Example
White with #402B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B3C; }
p { color: rgb(64,43,60); }
H1.HeaderClassName
{
color: #402B3C;
}
.AnyTagClassName
{
color: #402B3C;
}
</style>
background-color css
<style>
a { background-color: #402B3C; }
a { background-color: rgb(64,43,60); }
div.DivClassName
{
background-color: #402B3C;
}
.BgClassName
{
background-color: #402B3C;
}
</style>
border-color css
<style>
span { border-color: #402B3C; }
span { border-color: rgb(64,43,60); }
td.TdClassName
{
border-color: #402B3C;
}
.TagClassName
{
border-color: #402B3C;
}
</style>