Shades of Voodoo #42253D
Tints of Voodoo #42253D
RGB
CMYK
RGB Variations
Color information
#42253D (or 0x42253D) is known color: Voodoo. HEX triplet: 42, 25 and 3D. RGB value is (66,37,61). Sum of RGB (Red+Green+Blue) = 66+37+61=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #42253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42253D is #BDDAC2. Grayscale: #303030. Windows color (decimal): -12442307 or 4007234. OLE color: 4007234.
HSL color Cylindrical-coordinate representation of color #42253D: hue angle of 310.34º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42253D is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 37 | 61 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.74 |
| HSL | 310.34º | 0.28% | 0.2% | - |
| HSV(B) | 310.34º | 0.44% | 0.26% | - |
| XYZ | 3.75 | 2.82 | 4.76 | - |
| YUV | 48.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 61 | 0 | 0.44 | 0.08 | 0.74 | 310.34 | 0.28 | 0.2 |
| Hex | 42 | 25 | 3D | 0 | 2C | 8 | 4A | 136 | 1C | 14 |
| Octal | 102 | 45 | 75 | 0 | 54 | 10 | 112 | 466 | 34 | 24 |
| Binary | 1000010 | 100101 | 111101 | 0 | 101100 | 1000 | 1001010 | 100110110 | 11100 | 10100 |
Color Harmonies of #42253D
Complementary color
Monochromatic Colors of #42253D
Black with #42253D
Text Example
Text Example
White with #42253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42253D; }
p { color: rgb(66,37,61); }
H1.HeaderClassName
{
color: #42253D;
}
.AnyTagClassName
{
color: #42253D;
}
</style>
background-color css
<style>
a { background-color: #42253D; }
a { background-color: rgb(66,37,61); }
div.DivClassName
{
background-color: #42253D;
}
.BgClassName
{
background-color: #42253D;
}
</style>
border-color css
<style>
span { border-color: #42253D; }
span { border-color: rgb(66,37,61); }
td.TdClassName
{
border-color: #42253D;
}
.TagClassName
{
border-color: #42253D;
}
</style>