Shades of Voodoo #4C223F
Tints of Voodoo #4C223F
RGB
CMYK
RGB Variations
Color information
#4C223F (or 0x4C223F) is known color: Voodoo. HEX triplet: 4C, 22 and 3F. RGB value is (76,34,63). Sum of RGB (Red+Green+Blue) = 76+34+63=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C223F is #B3DDC0. Grayscale: #313131. Windows color (decimal): -11787713 or 4137548. OLE color: 4137548.
HSL color Cylindrical-coordinate representation of color #4C223F: 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 #4C223F is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 63 | - |
| 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.45 | 3.04 | 5.05 | - |
| YUV | 49.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 63 | 0 | 0.55 | 0.17 | 0.70 | 318.57 | 0.38 | 0.22 |
| Hex | 4C | 22 | 3F | 0 | 37 | 11 | 46 | 13F | 26 | 16 |
| Octal | 114 | 42 | 77 | 0 | 67 | 21 | 106 | 477 | 46 | 26 |
| Binary | 1001100 | 100010 | 111111 | 0 | 110111 | 10001 | 1000110 | 100111111 | 100110 | 10110 |
Color Harmonies of #4C223F
Complementary color
Monochromatic Colors of #4C223F
Black with #4C223F
Text Example
Text Example
White with #4C223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C223F; }
p { color: rgb(76,34,63); }
H1.HeaderClassName
{
color: #4C223F;
}
.AnyTagClassName
{
color: #4C223F;
}
</style>
background-color css
<style>
a { background-color: #4C223F; }
a { background-color: rgb(76,34,63); }
div.DivClassName
{
background-color: #4C223F;
}
.BgClassName
{
background-color: #4C223F;
}
</style>
border-color css
<style>
span { border-color: #4C223F; }
span { border-color: rgb(76,34,63); }
td.TdClassName
{
border-color: #4C223F;
}
.TagClassName
{
border-color: #4C223F;
}
</style>