Shades of Voodoo #42243A
Tints of Voodoo #42243A
RGB
CMYK
RGB Variations
Color information
#42243A (or 0x42243A) is known color: Voodoo. HEX triplet: 42, 24 and 3A. RGB value is (66,36,58). Sum of RGB (Red+Green+Blue) = 66+36+58=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #42243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42243A is #BDDBC5. Grayscale: #2F2F2F. Windows color (decimal): -12442566 or 3810370. OLE color: 3810370.
HSL color Cylindrical-coordinate representation of color #42243A: hue angle of 316º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42243A is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 36 | 58 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.74 |
| HSL | 316º | 0.29% | 0.2% | - |
| HSV(B) | 316º | 0.45% | 0.26% | - |
| XYZ | 3.64 | 2.73 | 4.34 | - |
| YUV | 47.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 58 | 0 | 0.45 | 0.12 | 0.74 | 316 | 0.29 | 0.2 |
| Hex | 42 | 24 | 3A | 0 | 2D | C | 4A | 13C | 1D | 14 |
| Octal | 102 | 44 | 72 | 0 | 55 | 14 | 112 | 474 | 35 | 24 |
| Binary | 1000010 | 100100 | 111010 | 0 | 101101 | 1100 | 1001010 | 100111100 | 11101 | 10100 |
Color Harmonies of #42243A
Complementary color
Monochromatic Colors of #42243A
Black with #42243A
Text Example
Text Example
White with #42243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42243A; }
p { color: rgb(66,36,58); }
H1.HeaderClassName
{
color: #42243A;
}
.AnyTagClassName
{
color: #42243A;
}
</style>
background-color css
<style>
a { background-color: #42243A; }
a { background-color: rgb(66,36,58); }
div.DivClassName
{
background-color: #42243A;
}
.BgClassName
{
background-color: #42243A;
}
</style>
border-color css
<style>
span { border-color: #42243A; }
span { border-color: rgb(66,36,58); }
td.TdClassName
{
border-color: #42243A;
}
.TagClassName
{
border-color: #42243A;
}
</style>