Shades of Voodoo #4A1D40
Tints of Voodoo #4A1D40
RGB
CMYK
RGB Variations
Color information
#4A1D40 (or 0x4A1D40) is known color: Voodoo. HEX triplet: 4A, 1D and 40. RGB value is (74,29,64). Sum of RGB (Red+Green+Blue) = 74+29+64=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1D40 is #B5E2BF. Grayscale: #2E2E2E. Windows color (decimal): -11920064 or 4201802. OLE color: 4201802.
HSL color Cylindrical-coordinate representation of color #4A1D40: hue angle of 313.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A1D40 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 29 | 64 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.71 |
| HSL | 313.33º | 0.44% | 0.2% | - |
| HSV(B) | 313.33º | 0.61% | 0.29% | - |
| XYZ | 4.19 | 2.7 | 5.15 | - |
| YUV | 46.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 64 | 0 | 0.61 | 0.14 | 0.71 | 313.33 | 0.44 | 0.2 |
| Hex | 4A | 1D | 40 | 0 | 3D | E | 47 | 139 | 2C | 14 |
| Octal | 112 | 35 | 100 | 0 | 75 | 16 | 107 | 471 | 54 | 24 |
| Binary | 1001010 | 11101 | 1000000 | 0 | 111101 | 1110 | 1000111 | 100111001 | 101100 | 10100 |
Color Harmonies of #4A1D40
Complementary color
Monochromatic Colors of #4A1D40
Black with #4A1D40
Text Example
Text Example
White with #4A1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1D40; }
p { color: rgb(74,29,64); }
H1.HeaderClassName
{
color: #4A1D40;
}
.AnyTagClassName
{
color: #4A1D40;
}
</style>
background-color css
<style>
a { background-color: #4A1D40; }
a { background-color: rgb(74,29,64); }
div.DivClassName
{
background-color: #4A1D40;
}
.BgClassName
{
background-color: #4A1D40;
}
</style>
border-color css
<style>
span { border-color: #4A1D40; }
span { border-color: rgb(74,29,64); }
td.TdClassName
{
border-color: #4A1D40;
}
.TagClassName
{
border-color: #4A1D40;
}
</style>