Shades of Voodoo #42293D
Tints of Voodoo #42293D
RGB
CMYK
RGB Variations
Color information
#42293D (or 0x42293D) is known color: Voodoo. HEX triplet: 42, 29 and 3D. RGB value is (66,41,61). Sum of RGB (Red+Green+Blue) = 66+41+61=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #42293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42293D is #BDD6C2. Grayscale: #323232. Windows color (decimal): -12441283 or 4008258. OLE color: 4008258.
HSL color Cylindrical-coordinate representation of color #42293D: hue angle of 312º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42293D is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 41 | 61 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.74 |
| HSL | 312º | 0.23% | 0.21% | - |
| HSV(B) | 312º | 0.38% | 0.26% | - |
| XYZ | 3.88 | 3.08 | 4.8 | - |
| YUV | 50.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 61 | 0 | 0.38 | 0.08 | 0.74 | 312 | 0.23 | 0.21 |
| Hex | 42 | 29 | 3D | 0 | 26 | 8 | 4A | 138 | 17 | 15 |
| Octal | 102 | 51 | 75 | 0 | 46 | 10 | 112 | 470 | 27 | 25 |
| Binary | 1000010 | 101001 | 111101 | 0 | 100110 | 1000 | 1001010 | 100111000 | 10111 | 10101 |
Color Harmonies of #42293D
Complementary color
Monochromatic Colors of #42293D
Black with #42293D
Text Example
Text Example
White with #42293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42293D; }
p { color: rgb(66,41,61); }
H1.HeaderClassName
{
color: #42293D;
}
.AnyTagClassName
{
color: #42293D;
}
</style>
background-color css
<style>
a { background-color: #42293D; }
a { background-color: rgb(66,41,61); }
div.DivClassName
{
background-color: #42293D;
}
.BgClassName
{
background-color: #42293D;
}
</style>
border-color css
<style>
span { border-color: #42293D; }
span { border-color: rgb(66,41,61); }
td.TdClassName
{
border-color: #42293D;
}
.TagClassName
{
border-color: #42293D;
}
</style>