Shades of Voodoo #4D1D3F
Tints of Voodoo #4D1D3F
RGB
CMYK
RGB Variations
Color information
#4D1D3F (or 0x4D1D3F) is known color: Voodoo. HEX triplet: 4D, 1D and 3F. RGB value is (77,29,63). Sum of RGB (Red+Green+Blue) = 77+29+63=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D3F is #B2E2C0. Grayscale: #2F2F2F. Windows color (decimal): -11723457 or 4136269. OLE color: 4136269.
HSL color Cylindrical-coordinate representation of color #4D1D3F: hue angle of 317.5º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1D3F is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 29 | 63 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.70 |
| HSL | 317.5º | 0.45% | 0.21% | - |
| HSV(B) | 317.5º | 0.62% | 0.3% | - |
| XYZ | 4.4 | 2.82 | 5.01 | - |
| YUV | 47.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 63 | 0 | 0.62 | 0.18 | 0.70 | 317.5 | 0.45 | 0.21 |
| Hex | 4D | 1D | 3F | 0 | 3E | 12 | 46 | 13E | 2D | 15 |
| Octal | 115 | 35 | 77 | 0 | 76 | 22 | 106 | 476 | 55 | 25 |
| Binary | 1001101 | 11101 | 111111 | 0 | 111110 | 10010 | 1000110 | 100111110 | 101101 | 10101 |
Color Harmonies of #4D1D3F
Complementary color
Monochromatic Colors of #4D1D3F
Black with #4D1D3F
Text Example
Text Example
White with #4D1D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D3F; }
p { color: rgb(77,29,63); }
H1.HeaderClassName
{
color: #4D1D3F;
}
.AnyTagClassName
{
color: #4D1D3F;
}
</style>
background-color css
<style>
a { background-color: #4D1D3F; }
a { background-color: rgb(77,29,63); }
div.DivClassName
{
background-color: #4D1D3F;
}
.BgClassName
{
background-color: #4D1D3F;
}
</style>
border-color css
<style>
span { border-color: #4D1D3F; }
span { border-color: rgb(77,29,63); }
td.TdClassName
{
border-color: #4D1D3F;
}
.TagClassName
{
border-color: #4D1D3F;
}
</style>