Shades of Voodoo #4D1C40
Tints of Voodoo #4D1C40
RGB
CMYK
RGB Variations
Color information
#4D1C40 (or 0x4D1C40) is known color: Voodoo. HEX triplet: 4D, 1C and 40. RGB value is (77,28,64). Sum of RGB (Red+Green+Blue) = 77+28+64=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C40 is #B2E3BF. Grayscale: #2E2E2E. Windows color (decimal): -11723712 or 4201549. OLE color: 4201549.
HSL color Cylindrical-coordinate representation of color #4D1C40: hue angle of 315.92º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1C40 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 28 | 64 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.70 |
| HSL | 315.92º | 0.47% | 0.21% | - |
| HSV(B) | 315.92º | 0.64% | 0.3% | - |
| XYZ | 4.4 | 2.78 | 5.15 | - |
| YUV | 46.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 64 | 0 | 0.64 | 0.17 | 0.70 | 315.92 | 0.47 | 0.21 |
| Hex | 4D | 1C | 40 | 0 | 40 | 11 | 46 | 13C | 2F | 15 |
| Octal | 115 | 34 | 100 | 0 | 100 | 21 | 106 | 474 | 57 | 25 |
| Binary | 1001101 | 11100 | 1000000 | 0 | 1000000 | 10001 | 1000110 | 100111100 | 101111 | 10101 |
Color Harmonies of #4D1C40
Complementary color
Monochromatic Colors of #4D1C40
Black with #4D1C40
Text Example
Text Example
White with #4D1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C40; }
p { color: rgb(77,28,64); }
H1.HeaderClassName
{
color: #4D1C40;
}
.AnyTagClassName
{
color: #4D1C40;
}
</style>
background-color css
<style>
a { background-color: #4D1C40; }
a { background-color: rgb(77,28,64); }
div.DivClassName
{
background-color: #4D1C40;
}
.BgClassName
{
background-color: #4D1C40;
}
</style>
border-color css
<style>
span { border-color: #4D1C40; }
span { border-color: rgb(77,28,64); }
td.TdClassName
{
border-color: #4D1C40;
}
.TagClassName
{
border-color: #4D1C40;
}
</style>