Shades of Voodoo #4D1E3F
Tints of Voodoo #4D1E3F
RGB
CMYK
RGB Variations
Color information
#4D1E3F (or 0x4D1E3F) is known color: Voodoo. HEX triplet: 4D, 1E and 3F. RGB value is (77,30,63). Sum of RGB (Red+Green+Blue) = 77+30+63=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E3F is #B2E1C0. Grayscale: #2F2F2F. Windows color (decimal): -11723201 or 4136525. OLE color: 4136525.
HSL color Cylindrical-coordinate representation of color #4D1E3F: hue angle of 317.87º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E3F is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 63 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.70 |
| HSL | 317.87º | 0.44% | 0.21% | - |
| HSV(B) | 317.87º | 0.61% | 0.3% | - |
| XYZ | 4.42 | 2.87 | 5.02 | - |
| YUV | 47.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 63 | 0 | 0.61 | 0.18 | 0.70 | 317.87 | 0.44 | 0.21 |
| Hex | 4D | 1E | 3F | 0 | 3D | 12 | 46 | 13E | 2C | 15 |
| Octal | 115 | 36 | 77 | 0 | 75 | 22 | 106 | 476 | 54 | 25 |
| Binary | 1001101 | 11110 | 111111 | 0 | 111101 | 10010 | 1000110 | 100111110 | 101100 | 10101 |
Color Harmonies of #4D1E3F
Complementary color
Monochromatic Colors of #4D1E3F
Black with #4D1E3F
Text Example
Text Example
White with #4D1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E3F; }
p { color: rgb(77,30,63); }
H1.HeaderClassName
{
color: #4D1E3F;
}
.AnyTagClassName
{
color: #4D1E3F;
}
</style>
background-color css
<style>
a { background-color: #4D1E3F; }
a { background-color: rgb(77,30,63); }
div.DivClassName
{
background-color: #4D1E3F;
}
.BgClassName
{
background-color: #4D1E3F;
}
</style>
border-color css
<style>
span { border-color: #4D1E3F; }
span { border-color: rgb(77,30,63); }
td.TdClassName
{
border-color: #4D1E3F;
}
.TagClassName
{
border-color: #4D1E3F;
}
</style>