Shades of Voodoo #42203D
Tints of Voodoo #42203D
RGB
CMYK
RGB Variations
Color information
#42203D (or 0x42203D) is known color: Voodoo. HEX triplet: 42, 20 and 3D. RGB value is (66,32,61). Sum of RGB (Red+Green+Blue) = 66+32+61=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #42203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42203D is #BDDFC2. Grayscale: #2D2D2D. Windows color (decimal): -12443587 or 4005954. OLE color: 4005954.
HSL color Cylindrical-coordinate representation of color #42203D: hue angle of 308.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42203D is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 32 | 61 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.74 |
| HSL | 308.82º | 0.35% | 0.19% | - |
| HSV(B) | 308.82º | 0.52% | 0.26% | - |
| XYZ | 3.61 | 2.53 | 4.71 | - |
| YUV | 45.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 61 | 0 | 0.52 | 0.08 | 0.74 | 308.82 | 0.35 | 0.19 |
| Hex | 42 | 20 | 3D | 0 | 34 | 8 | 4A | 135 | 23 | 13 |
| Octal | 102 | 40 | 75 | 0 | 64 | 10 | 112 | 465 | 43 | 23 |
| Binary | 1000010 | 100000 | 111101 | 0 | 110100 | 1000 | 1001010 | 100110101 | 100011 | 10011 |
Color Harmonies of #42203D
Complementary color
Monochromatic Colors of #42203D
Black with #42203D
Text Example
Text Example
White with #42203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42203D; }
p { color: rgb(66,32,61); }
H1.HeaderClassName
{
color: #42203D;
}
.AnyTagClassName
{
color: #42203D;
}
</style>
background-color css
<style>
a { background-color: #42203D; }
a { background-color: rgb(66,32,61); }
div.DivClassName
{
background-color: #42203D;
}
.BgClassName
{
background-color: #42203D;
}
</style>
border-color css
<style>
span { border-color: #42203D; }
span { border-color: rgb(66,32,61); }
td.TdClassName
{
border-color: #42203D;
}
.TagClassName
{
border-color: #42203D;
}
</style>