Shades of Voodoo #4D2340
Tints of Voodoo #4D2340
RGB
CMYK
RGB Variations
Color information
#4D2340 (or 0x4D2340) is known color: Voodoo. HEX triplet: 4D, 23 and 40. RGB value is (77,35,64). Sum of RGB (Red+Green+Blue) = 77+35+64=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2340 is #B2DCBF. Grayscale: #323232. Windows color (decimal): -11721920 or 4203341. OLE color: 4203341.
HSL color Cylindrical-coordinate representation of color #4D2340: hue angle of 318.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D2340 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 64 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.70 |
| HSL | 318.57º | 0.38% | 0.22% | - |
| HSV(B) | 318.57º | 0.55% | 0.3% | - |
| XYZ | 4.59 | 3.15 | 5.22 | - |
| YUV | 50.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 64 | 0 | 0.55 | 0.17 | 0.70 | 318.57 | 0.38 | 0.22 |
| Hex | 4D | 23 | 40 | 0 | 37 | 11 | 46 | 13F | 26 | 16 |
| Octal | 115 | 43 | 100 | 0 | 67 | 21 | 106 | 477 | 46 | 26 |
| Binary | 1001101 | 100011 | 1000000 | 0 | 110111 | 10001 | 1000110 | 100111111 | 100110 | 10110 |
Color Harmonies of #4D2340
Complementary color
Monochromatic Colors of #4D2340
Black with #4D2340
Text Example
Text Example
White with #4D2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2340; }
p { color: rgb(77,35,64); }
H1.HeaderClassName
{
color: #4D2340;
}
.AnyTagClassName
{
color: #4D2340;
}
</style>
background-color css
<style>
a { background-color: #4D2340; }
a { background-color: rgb(77,35,64); }
div.DivClassName
{
background-color: #4D2340;
}
.BgClassName
{
background-color: #4D2340;
}
</style>
border-color css
<style>
span { border-color: #4D2340; }
span { border-color: rgb(77,35,64); }
td.TdClassName
{
border-color: #4D2340;
}
.TagClassName
{
border-color: #4D2340;
}
</style>