Shades of Voodoo #42253C
Tints of Voodoo #42253C
RGB
CMYK
RGB Variations
Color information
#42253C (or 0x42253C) is known color: Voodoo. HEX triplet: 42, 25 and 3C. RGB value is (66,37,60). Sum of RGB (Red+Green+Blue) = 66+37+60=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #42253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42253C is #BDDAC3. Grayscale: #303030. Windows color (decimal): -12442308 or 3941698. OLE color: 3941698.
HSL color Cylindrical-coordinate representation of color #42253C: hue angle of 312.41º 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 #42253C is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 37 | 60 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.74 |
| HSL | 312.41º | 0.28% | 0.2% | - |
| HSV(B) | 312.41º | 0.44% | 0.26% | - |
| XYZ | 3.72 | 2.81 | 4.62 | - |
| YUV | 48.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 60 | 0 | 0.44 | 0.09 | 0.74 | 312.41 | 0.28 | 0.2 |
| Hex | 42 | 25 | 3C | 0 | 2C | 9 | 4A | 138 | 1C | 14 |
| Octal | 102 | 45 | 74 | 0 | 54 | 11 | 112 | 470 | 34 | 24 |
| Binary | 1000010 | 100101 | 111100 | 0 | 101100 | 1001 | 1001010 | 100111000 | 11100 | 10100 |
Color Harmonies of #42253C
Complementary color
Monochromatic Colors of #42253C
Black with #42253C
Text Example
Text Example
White with #42253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42253C; }
p { color: rgb(66,37,60); }
H1.HeaderClassName
{
color: #42253C;
}
.AnyTagClassName
{
color: #42253C;
}
</style>
background-color css
<style>
a { background-color: #42253C; }
a { background-color: rgb(66,37,60); }
div.DivClassName
{
background-color: #42253C;
}
.BgClassName
{
background-color: #42253C;
}
</style>
border-color css
<style>
span { border-color: #42253C; }
span { border-color: rgb(66,37,60); }
td.TdClassName
{
border-color: #42253C;
}
.TagClassName
{
border-color: #42253C;
}
</style>