Shades of Voodoo #40293D
Tints of Voodoo #40293D
RGB
CMYK
RGB Variations
Color information
#40293D (or 0x40293D) is known color: Voodoo. HEX triplet: 40, 29 and 3D. RGB value is (64,41,61). Sum of RGB (Red+Green+Blue) = 64+41+61=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #40293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40293D is #BFD6C2. Grayscale: #323232. Windows color (decimal): -12572355 or 4008256. OLE color: 4008256.
HSL color Cylindrical-coordinate representation of color #40293D: hue angle of 307.83º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40293D is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 61 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.75 |
| HSL | 307.83º | 0.22% | 0.21% | - |
| HSV(B) | 307.83º | 0.36% | 0.25% | - |
| XYZ | 3.75 | 3.01 | 4.8 | - |
| YUV | 50.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 61 | 0 | 0.36 | 0.05 | 0.75 | 307.83 | 0.22 | 0.21 |
| Hex | 40 | 29 | 3D | 0 | 24 | 5 | 4B | 134 | 16 | 15 |
| Octal | 100 | 51 | 75 | 0 | 44 | 5 | 113 | 464 | 26 | 25 |
| Binary | 1000000 | 101001 | 111101 | 0 | 100100 | 101 | 1001011 | 100110100 | 10110 | 10101 |
Color Harmonies of #40293D
Complementary color
Monochromatic Colors of #40293D
Black with #40293D
Text Example
Text Example
White with #40293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40293D; }
p { color: rgb(64,41,61); }
H1.HeaderClassName
{
color: #40293D;
}
.AnyTagClassName
{
color: #40293D;
}
</style>
background-color css
<style>
a { background-color: #40293D; }
a { background-color: rgb(64,41,61); }
div.DivClassName
{
background-color: #40293D;
}
.BgClassName
{
background-color: #40293D;
}
</style>
border-color css
<style>
span { border-color: #40293D; }
span { border-color: rgb(64,41,61); }
td.TdClassName
{
border-color: #40293D;
}
.TagClassName
{
border-color: #40293D;
}
</style>