Shades of Voodoo #4D213E
Tints of Voodoo #4D213E
RGB
CMYK
RGB Variations
Color information
#4D213E (or 0x4D213E) is known color: Voodoo. HEX triplet: 4D, 21 and 3E. RGB value is (77,33,62). Sum of RGB (Red+Green+Blue) = 77+33+62=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D213E is #B2DEC1. Grayscale: #313131. Windows color (decimal): -11722434 or 4071757. OLE color: 4071757.
HSL color Cylindrical-coordinate representation of color #4D213E: hue angle of 320.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D213E is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 62 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.70 |
| HSL | 320.45º | 0.4% | 0.22% | - |
| HSV(B) | 320.45º | 0.57% | 0.3% | - |
| XYZ | 4.47 | 3.01 | 4.9 | - |
| YUV | 49.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 62 | 0 | 0.57 | 0.19 | 0.70 | 320.45 | 0.4 | 0.22 |
| Hex | 4D | 21 | 3E | 0 | 39 | 13 | 46 | 140 | 28 | 16 |
| Octal | 115 | 41 | 76 | 0 | 71 | 23 | 106 | 500 | 50 | 26 |
| Binary | 1001101 | 100001 | 111110 | 0 | 111001 | 10011 | 1000110 | 101000000 | 101000 | 10110 |
Color Harmonies of #4D213E
Complementary color
Monochromatic Colors of #4D213E
Black with #4D213E
Text Example
Text Example
White with #4D213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D213E; }
p { color: rgb(77,33,62); }
H1.HeaderClassName
{
color: #4D213E;
}
.AnyTagClassName
{
color: #4D213E;
}
</style>
background-color css
<style>
a { background-color: #4D213E; }
a { background-color: rgb(77,33,62); }
div.DivClassName
{
background-color: #4D213E;
}
.BgClassName
{
background-color: #4D213E;
}
</style>
border-color css
<style>
span { border-color: #4D213E; }
span { border-color: rgb(77,33,62); }
td.TdClassName
{
border-color: #4D213E;
}
.TagClassName
{
border-color: #4D213E;
}
</style>