Shades of Voodoo #4A1E3D
Tints of Voodoo #4A1E3D
RGB
CMYK
RGB Variations
Color information
#4A1E3D (or 0x4A1E3D) is known color: Voodoo. HEX triplet: 4A, 1E and 3D. RGB value is (74,30,61). Sum of RGB (Red+Green+Blue) = 74+30+61=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1E3D is #B5E1C2. Grayscale: #2E2E2E. Windows color (decimal): -11919811 or 4005450. OLE color: 4005450.
HSL color Cylindrical-coordinate representation of color #4A1E3D: hue angle of 317.73º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A1E3D is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 30 | 61 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.71 |
| HSL | 317.73º | 0.42% | 0.2% | - |
| HSV(B) | 317.73º | 0.59% | 0.29% | - |
| XYZ | 4.13 | 2.72 | 4.72 | - |
| YUV | 46.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 30 | 61 | 0 | 0.59 | 0.18 | 0.71 | 317.73 | 0.42 | 0.2 |
| Hex | 4A | 1E | 3D | 0 | 3B | 12 | 47 | 13E | 2A | 14 |
| Octal | 112 | 36 | 75 | 0 | 73 | 22 | 107 | 476 | 52 | 24 |
| Binary | 1001010 | 11110 | 111101 | 0 | 111011 | 10010 | 1000111 | 100111110 | 101010 | 10100 |
Color Harmonies of #4A1E3D
Complementary color
Monochromatic Colors of #4A1E3D
Black with #4A1E3D
Text Example
Text Example
White with #4A1E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1E3D; }
p { color: rgb(74,30,61); }
H1.HeaderClassName
{
color: #4A1E3D;
}
.AnyTagClassName
{
color: #4A1E3D;
}
</style>
background-color css
<style>
a { background-color: #4A1E3D; }
a { background-color: rgb(74,30,61); }
div.DivClassName
{
background-color: #4A1E3D;
}
.BgClassName
{
background-color: #4A1E3D;
}
</style>
border-color css
<style>
span { border-color: #4A1E3D; }
span { border-color: rgb(74,30,61); }
td.TdClassName
{
border-color: #4A1E3D;
}
.TagClassName
{
border-color: #4A1E3D;
}
</style>