Shades of Voodoo #4D1C41
Tints of Voodoo #4D1C41
RGB
CMYK
RGB Variations
Color information
#4D1C41 (or 0x4D1C41) is known color: Voodoo. HEX triplet: 4D, 1C and 41. RGB value is (77,28,65). Sum of RGB (Red+Green+Blue) = 77+28+65=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C41 is #B2E3BE. Grayscale: #2E2E2E. Windows color (decimal): -11723711 or 4267085. OLE color: 4267085.
HSL color Cylindrical-coordinate representation of color #4D1C41: hue angle of 314.69º 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 #4D1C41 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 28 | 65 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.70 |
| HSL | 314.69º | 0.47% | 0.21% | - |
| HSV(B) | 314.69º | 0.64% | 0.3% | - |
| XYZ | 4.43 | 2.79 | 5.31 | - |
| YUV | 46.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 65 | 0 | 0.64 | 0.16 | 0.70 | 314.69 | 0.47 | 0.21 |
| Hex | 4D | 1C | 41 | 0 | 40 | 10 | 46 | 13B | 2F | 15 |
| Octal | 115 | 34 | 101 | 0 | 100 | 20 | 106 | 473 | 57 | 25 |
| Binary | 1001101 | 11100 | 1000001 | 0 | 1000000 | 10000 | 1000110 | 100111011 | 101111 | 10101 |
Color Harmonies of #4D1C41
Complementary color
Monochromatic Colors of #4D1C41
Black with #4D1C41
Text Example
Text Example
White with #4D1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C41; }
p { color: rgb(77,28,65); }
H1.HeaderClassName
{
color: #4D1C41;
}
.AnyTagClassName
{
color: #4D1C41;
}
</style>
background-color css
<style>
a { background-color: #4D1C41; }
a { background-color: rgb(77,28,65); }
div.DivClassName
{
background-color: #4D1C41;
}
.BgClassName
{
background-color: #4D1C41;
}
</style>
border-color css
<style>
span { border-color: #4D1C41; }
span { border-color: rgb(77,28,65); }
td.TdClassName
{
border-color: #4D1C41;
}
.TagClassName
{
border-color: #4D1C41;
}
</style>