Shades of Voodoo #4D2740
Tints of Voodoo #4D2740
RGB
CMYK
RGB Variations
Color information
#4D2740 (or 0x4D2740) is known color: Voodoo. HEX triplet: 4D, 27 and 40. RGB value is (77,39,64). Sum of RGB (Red+Green+Blue) = 77+39+64=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2740 is #B2D8BF. Grayscale: #353535. Windows color (decimal): -11720896 or 4204365. OLE color: 4204365.
HSL color Cylindrical-coordinate representation of color #4D2740: hue angle of 320.53º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D2740 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 39 | 64 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.70 |
| HSL | 320.53º | 0.33% | 0.23% | - |
| HSV(B) | 320.53º | 0.49% | 0.3% | - |
| XYZ | 4.71 | 3.4 | 5.26 | - |
| YUV | 53.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 64 | 0 | 0.49 | 0.17 | 0.70 | 320.53 | 0.33 | 0.23 |
| Hex | 4D | 27 | 40 | 0 | 31 | 11 | 46 | 141 | 21 | 17 |
| Octal | 115 | 47 | 100 | 0 | 61 | 21 | 106 | 501 | 41 | 27 |
| Binary | 1001101 | 100111 | 1000000 | 0 | 110001 | 10001 | 1000110 | 101000001 | 100001 | 10111 |
Color Harmonies of #4D2740
Complementary color
Monochromatic Colors of #4D2740
Black with #4D2740
Text Example
Text Example
White with #4D2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2740; }
p { color: rgb(77,39,64); }
H1.HeaderClassName
{
color: #4D2740;
}
.AnyTagClassName
{
color: #4D2740;
}
</style>
background-color css
<style>
a { background-color: #4D2740; }
a { background-color: rgb(77,39,64); }
div.DivClassName
{
background-color: #4D2740;
}
.BgClassName
{
background-color: #4D2740;
}
</style>
border-color css
<style>
span { border-color: #4D2740; }
span { border-color: rgb(77,39,64); }
td.TdClassName
{
border-color: #4D2740;
}
.TagClassName
{
border-color: #4D2740;
}
</style>