Shades of Voodoo #4D1641
Tints of Voodoo #4D1641
RGB
CMYK
RGB Variations
Color information
#4D1641 (or 0x4D1641) is known color: Voodoo. HEX triplet: 4D, 16 and 41. RGB value is (77,22,65). Sum of RGB (Red+Green+Blue) = 77+22+65=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1641 is #B2E9BE. Grayscale: #2B2B2B. Windows color (decimal): -11725247 or 4265549. OLE color: 4265549.
HSL color Cylindrical-coordinate representation of color #4D1641: hue angle of 313.09º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1641 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 65 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.70 |
| HSL | 313.09º | 0.56% | 0.19% | - |
| HSV(B) | 313.09º | 0.71% | 0.3% | - |
| XYZ | 4.3 | 2.53 | 5.26 | - |
| YUV | 43.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 65 | 0 | 0.71 | 0.16 | 0.70 | 313.09 | 0.56 | 0.19 |
| Hex | 4D | 16 | 41 | 0 | 47 | 10 | 46 | 139 | 38 | 13 |
| Octal | 115 | 26 | 101 | 0 | 107 | 20 | 106 | 471 | 70 | 23 |
| Binary | 1001101 | 10110 | 1000001 | 0 | 1000111 | 10000 | 1000110 | 100111001 | 111000 | 10011 |
Color Harmonies of #4D1641
Complementary color
Monochromatic Colors of #4D1641
Black with #4D1641
Text Example
Text Example
White with #4D1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1641; }
p { color: rgb(77,22,65); }
H1.HeaderClassName
{
color: #4D1641;
}
.AnyTagClassName
{
color: #4D1641;
}
</style>
background-color css
<style>
a { background-color: #4D1641; }
a { background-color: rgb(77,22,65); }
div.DivClassName
{
background-color: #4D1641;
}
.BgClassName
{
background-color: #4D1641;
}
</style>
border-color css
<style>
span { border-color: #4D1641; }
span { border-color: rgb(77,22,65); }
td.TdClassName
{
border-color: #4D1641;
}
.TagClassName
{
border-color: #4D1641;
}
</style>