Shades of Voodoo #4D1B41
Tints of Voodoo #4D1B41
RGB
CMYK
RGB Variations
Color information
#4D1B41 (or 0x4D1B41) is known color: Voodoo. HEX triplet: 4D, 1B and 41. RGB value is (77,27,65). Sum of RGB (Red+Green+Blue) = 77+27+65=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B41 is #B2E4BE. Grayscale: #2E2E2E. Windows color (decimal): -11723967 or 4266829. OLE color: 4266829.
HSL color Cylindrical-coordinate representation of color #4D1B41: hue angle of 314.4º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B41 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 65 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.70 |
| HSL | 314.4º | 0.48% | 0.2% | - |
| HSV(B) | 314.4º | 0.65% | 0.3% | - |
| XYZ | 4.41 | 2.74 | 5.3 | - |
| YUV | 46.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 65 | 0 | 0.65 | 0.16 | 0.70 | 314.4 | 0.48 | 0.2 |
| Hex | 4D | 1B | 41 | 0 | 41 | 10 | 46 | 13A | 30 | 14 |
| Octal | 115 | 33 | 101 | 0 | 101 | 20 | 106 | 472 | 60 | 24 |
| Binary | 1001101 | 11011 | 1000001 | 0 | 1000001 | 10000 | 1000110 | 100111010 | 110000 | 10100 |
Color Harmonies of #4D1B41
Complementary color
Monochromatic Colors of #4D1B41
Black with #4D1B41
Text Example
Text Example
White with #4D1B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B41; }
p { color: rgb(77,27,65); }
H1.HeaderClassName
{
color: #4D1B41;
}
.AnyTagClassName
{
color: #4D1B41;
}
</style>
background-color css
<style>
a { background-color: #4D1B41; }
a { background-color: rgb(77,27,65); }
div.DivClassName
{
background-color: #4D1B41;
}
.BgClassName
{
background-color: #4D1B41;
}
</style>
border-color css
<style>
span { border-color: #4D1B41; }
span { border-color: rgb(77,27,65); }
td.TdClassName
{
border-color: #4D1B41;
}
.TagClassName
{
border-color: #4D1B41;
}
</style>