Shades of Voodoo #4A2742
Tints of Voodoo #4A2742
RGB
CMYK
RGB Variations
Color information
#4A2742 (or 0x4A2742) is known color: Voodoo. HEX triplet: 4A, 27 and 42. RGB value is (74,39,66). Sum of RGB (Red+Green+Blue) = 74+39+66=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2742 is #B5D8BD. Grayscale: #343434. Windows color (decimal): -11917502 or 4335434. OLE color: 4335434.
HSL color Cylindrical-coordinate representation of color #4A2742: hue angle of 313.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A2742 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 66 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.71 |
| HSL | 313.71º | 0.31% | 0.22% | - |
| HSV(B) | 313.71º | 0.47% | 0.29% | - |
| XYZ | 4.53 | 3.3 | 5.55 | - |
| YUV | 52.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 66 | 0 | 0.47 | 0.11 | 0.71 | 313.71 | 0.31 | 0.22 |
| Hex | 4A | 27 | 42 | 0 | 2F | B | 47 | 13A | 1F | 16 |
| Octal | 112 | 47 | 102 | 0 | 57 | 13 | 107 | 472 | 37 | 26 |
| Binary | 1001010 | 100111 | 1000010 | 0 | 101111 | 1011 | 1000111 | 100111010 | 11111 | 10110 |
Color Harmonies of #4A2742
Complementary color
Monochromatic Colors of #4A2742
Black with #4A2742
Text Example
Text Example
White with #4A2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2742; }
p { color: rgb(74,39,66); }
H1.HeaderClassName
{
color: #4A2742;
}
.AnyTagClassName
{
color: #4A2742;
}
</style>
background-color css
<style>
a { background-color: #4A2742; }
a { background-color: rgb(74,39,66); }
div.DivClassName
{
background-color: #4A2742;
}
.BgClassName
{
background-color: #4A2742;
}
</style>
border-color css
<style>
span { border-color: #4A2742; }
span { border-color: rgb(74,39,66); }
td.TdClassName
{
border-color: #4A2742;
}
.TagClassName
{
border-color: #4A2742;
}
</style>