Shades of Voodoo #4A2540
Tints of Voodoo #4A2540
RGB
CMYK
RGB Variations
Color information
#4A2540 (or 0x4A2540) is known color: Voodoo. HEX triplet: 4A, 25 and 40. RGB value is (74,37,64). Sum of RGB (Red+Green+Blue) = 74+37+64=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2540 is #B5DABF. Grayscale: #333333. Windows color (decimal): -11918016 or 4203850. OLE color: 4203850.
HSL color Cylindrical-coordinate representation of color #4A2540: hue angle of 316.22º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A2540 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 37 | 64 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.71 |
| HSL | 316.22º | 0.33% | 0.22% | - |
| HSV(B) | 316.22º | 0.5% | 0.29% | - |
| XYZ | 4.41 | 3.15 | 5.23 | - |
| YUV | 51.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 64 | 0 | 0.50 | 0.14 | 0.71 | 316.22 | 0.33 | 0.22 |
| Hex | 4A | 25 | 40 | 0 | 32 | E | 47 | 13C | 21 | 16 |
| Octal | 112 | 45 | 100 | 0 | 62 | 16 | 107 | 474 | 41 | 26 |
| Binary | 1001010 | 100101 | 1000000 | 0 | 110010 | 1110 | 1000111 | 100111100 | 100001 | 10110 |
Color Harmonies of #4A2540
Complementary color
Monochromatic Colors of #4A2540
Black with #4A2540
Text Example
Text Example
White with #4A2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2540; }
p { color: rgb(74,37,64); }
H1.HeaderClassName
{
color: #4A2540;
}
.AnyTagClassName
{
color: #4A2540;
}
</style>
background-color css
<style>
a { background-color: #4A2540; }
a { background-color: rgb(74,37,64); }
div.DivClassName
{
background-color: #4A2540;
}
.BgClassName
{
background-color: #4A2540;
}
</style>
border-color css
<style>
span { border-color: #4A2540; }
span { border-color: rgb(74,37,64); }
td.TdClassName
{
border-color: #4A2540;
}
.TagClassName
{
border-color: #4A2540;
}
</style>