Shades of Voodoo #4B223E
Tints of Voodoo #4B223E
RGB
CMYK
RGB Variations
Color information
#4B223E (or 0x4B223E) is known color: Voodoo. HEX triplet: 4B, 22 and 3E. RGB value is (75,34,62). Sum of RGB (Red+Green+Blue) = 75+34+62=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B223E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B223E is #B4DDC1. Grayscale: #313131. Windows color (decimal): -11853250 or 4072011. OLE color: 4072011.
HSL color Cylindrical-coordinate representation of color #4B223E: hue angle of 319.02º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B223E is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 34 | 62 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.71 |
| HSL | 319.02º | 0.38% | 0.21% | - |
| HSV(B) | 319.02º | 0.55% | 0.29% | - |
| XYZ | 4.34 | 2.99 | 4.91 | - |
| YUV | 49.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 62 | 0 | 0.55 | 0.17 | 0.71 | 319.02 | 0.38 | 0.21 |
| Hex | 4B | 22 | 3E | 0 | 37 | 11 | 47 | 13F | 26 | 15 |
| Octal | 113 | 42 | 76 | 0 | 67 | 21 | 107 | 477 | 46 | 25 |
| Binary | 1001011 | 100010 | 111110 | 0 | 110111 | 10001 | 1000111 | 100111111 | 100110 | 10101 |
Color Harmonies of #4B223E
Complementary color
Monochromatic Colors of #4B223E
Black with #4B223E
Text Example
Text Example
White with #4B223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B223E; }
p { color: rgb(75,34,62); }
H1.HeaderClassName
{
color: #4B223E;
}
.AnyTagClassName
{
color: #4B223E;
}
</style>
background-color css
<style>
a { background-color: #4B223E; }
a { background-color: rgb(75,34,62); }
div.DivClassName
{
background-color: #4B223E;
}
.BgClassName
{
background-color: #4B223E;
}
</style>
border-color css
<style>
span { border-color: #4B223E; }
span { border-color: rgb(75,34,62); }
td.TdClassName
{
border-color: #4B223E;
}
.TagClassName
{
border-color: #4B223E;
}
</style>