Shades of Voodoo #4D2841
Tints of Voodoo #4D2841
RGB
CMYK
RGB Variations
Color information
#4D2841 (or 0x4D2841) is known color: Voodoo. HEX triplet: 4D, 28 and 41. RGB value is (77,40,65). Sum of RGB (Red+Green+Blue) = 77+40+65=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2841 is #B2D7BE. Grayscale: #353535. Windows color (decimal): -11720639 or 4270157. OLE color: 4270157.
HSL color Cylindrical-coordinate representation of color #4D2841: hue angle of 319.46º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D2841 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 65 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.70 |
| HSL | 319.46º | 0.32% | 0.23% | - |
| HSV(B) | 319.46º | 0.48% | 0.3% | - |
| XYZ | 4.77 | 3.48 | 5.42 | - |
| YUV | 53.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 65 | 0 | 0.48 | 0.16 | 0.70 | 319.46 | 0.32 | 0.23 |
| Hex | 4D | 28 | 41 | 0 | 30 | 10 | 46 | 13F | 20 | 17 |
| Octal | 115 | 50 | 101 | 0 | 60 | 20 | 106 | 477 | 40 | 27 |
| Binary | 1001101 | 101000 | 1000001 | 0 | 110000 | 10000 | 1000110 | 100111111 | 100000 | 10111 |
Color Harmonies of #4D2841
Complementary color
Monochromatic Colors of #4D2841
Black with #4D2841
Text Example
Text Example
White with #4D2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2841; }
p { color: rgb(77,40,65); }
H1.HeaderClassName
{
color: #4D2841;
}
.AnyTagClassName
{
color: #4D2841;
}
</style>
background-color css
<style>
a { background-color: #4D2841; }
a { background-color: rgb(77,40,65); }
div.DivClassName
{
background-color: #4D2841;
}
.BgClassName
{
background-color: #4D2841;
}
</style>
border-color css
<style>
span { border-color: #4D2841; }
span { border-color: rgb(77,40,65); }
td.TdClassName
{
border-color: #4D2841;
}
.TagClassName
{
border-color: #4D2841;
}
</style>