Shades of Voodoo #4A1D3E
Tints of Voodoo #4A1D3E
RGB
CMYK
RGB Variations
Color information
#4A1D3E (or 0x4A1D3E) is known color: Voodoo. HEX triplet: 4A, 1D and 3E. RGB value is (74,29,62). Sum of RGB (Red+Green+Blue) = 74+29+62=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1D3E is #B5E2C1. Grayscale: #2E2E2E. Windows color (decimal): -11920066 or 4070730. OLE color: 4070730.
HSL color Cylindrical-coordinate representation of color #4A1D3E: hue angle of 316º 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 #4A1D3E is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 29 | 62 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.71 |
| HSL | 316º | 0.44% | 0.2% | - |
| HSV(B) | 316º | 0.61% | 0.29% | - |
| XYZ | 4.13 | 2.68 | 4.86 | - |
| YUV | 46.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 62 | 0 | 0.61 | 0.16 | 0.71 | 316 | 0.44 | 0.2 |
| Hex | 4A | 1D | 3E | 0 | 3D | 10 | 47 | 13C | 2C | 14 |
| Octal | 112 | 35 | 76 | 0 | 75 | 20 | 107 | 474 | 54 | 24 |
| Binary | 1001010 | 11101 | 111110 | 0 | 111101 | 10000 | 1000111 | 100111100 | 101100 | 10100 |
Color Harmonies of #4A1D3E
Complementary color
Monochromatic Colors of #4A1D3E
Black with #4A1D3E
Text Example
Text Example
White with #4A1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1D3E; }
p { color: rgb(74,29,62); }
H1.HeaderClassName
{
color: #4A1D3E;
}
.AnyTagClassName
{
color: #4A1D3E;
}
</style>
background-color css
<style>
a { background-color: #4A1D3E; }
a { background-color: rgb(74,29,62); }
div.DivClassName
{
background-color: #4A1D3E;
}
.BgClassName
{
background-color: #4A1D3E;
}
</style>
border-color css
<style>
span { border-color: #4A1D3E; }
span { border-color: rgb(74,29,62); }
td.TdClassName
{
border-color: #4A1D3E;
}
.TagClassName
{
border-color: #4A1D3E;
}
</style>