Shades of Voodoo #4C203E
Tints of Voodoo #4C203E
RGB
CMYK
RGB Variations
Color information
#4C203E (or 0x4C203E) is known color: Voodoo. HEX triplet: 4C, 20 and 3E. RGB value is (76,32,62). Sum of RGB (Red+Green+Blue) = 76+32+62=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C203E is #B3DFC1. Grayscale: #303030. Windows color (decimal): -11788226 or 4071500. OLE color: 4071500.
HSL color Cylindrical-coordinate representation of color #4C203E: hue angle of 319.09º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C203E is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 62 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.70 |
| HSL | 319.09º | 0.41% | 0.21% | - |
| HSV(B) | 319.09º | 0.58% | 0.3% | - |
| XYZ | 4.37 | 2.92 | 4.89 | - |
| YUV | 48.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 62 | 0 | 0.58 | 0.18 | 0.70 | 319.09 | 0.41 | 0.21 |
| Hex | 4C | 20 | 3E | 0 | 3A | 12 | 46 | 13F | 29 | 15 |
| Octal | 114 | 40 | 76 | 0 | 72 | 22 | 106 | 477 | 51 | 25 |
| Binary | 1001100 | 100000 | 111110 | 0 | 111010 | 10010 | 1000110 | 100111111 | 101001 | 10101 |
Color Harmonies of #4C203E
Complementary color
Monochromatic Colors of #4C203E
Black with #4C203E
Text Example
Text Example
White with #4C203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C203E; }
p { color: rgb(76,32,62); }
H1.HeaderClassName
{
color: #4C203E;
}
.AnyTagClassName
{
color: #4C203E;
}
</style>
background-color css
<style>
a { background-color: #4C203E; }
a { background-color: rgb(76,32,62); }
div.DivClassName
{
background-color: #4C203E;
}
.BgClassName
{
background-color: #4C203E;
}
</style>
border-color css
<style>
span { border-color: #4C203E; }
span { border-color: rgb(76,32,62); }
td.TdClassName
{
border-color: #4C203E;
}
.TagClassName
{
border-color: #4C203E;
}
</style>