Shades of Voodoo #4B203F
Tints of Voodoo #4B203F
RGB
CMYK
RGB Variations
Color information
#4B203F (or 0x4B203F) is known color: Voodoo. HEX triplet: 4B, 20 and 3F. RGB value is (75,32,63). Sum of RGB (Red+Green+Blue) = 75+32+63=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B203F is #B4DFC0. Grayscale: #303030. Windows color (decimal): -11853761 or 4137035. OLE color: 4137035.
HSL color Cylindrical-coordinate representation of color #4B203F: hue angle of 316.74º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B203F is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 63 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.71 |
| HSL | 316.74º | 0.4% | 0.21% | - |
| HSV(B) | 316.74º | 0.57% | 0.29% | - |
| XYZ | 4.32 | 2.89 | 5.03 | - |
| YUV | 48.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 63 | 0 | 0.57 | 0.16 | 0.71 | 316.74 | 0.4 | 0.21 |
| Hex | 4B | 20 | 3F | 0 | 39 | 10 | 47 | 13D | 28 | 15 |
| Octal | 113 | 40 | 77 | 0 | 71 | 20 | 107 | 475 | 50 | 25 |
| Binary | 1001011 | 100000 | 111111 | 0 | 111001 | 10000 | 1000111 | 100111101 | 101000 | 10101 |
Color Harmonies of #4B203F
Complementary color
Monochromatic Colors of #4B203F
Black with #4B203F
Text Example
Text Example
White with #4B203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B203F; }
p { color: rgb(75,32,63); }
H1.HeaderClassName
{
color: #4B203F;
}
.AnyTagClassName
{
color: #4B203F;
}
</style>
background-color css
<style>
a { background-color: #4B203F; }
a { background-color: rgb(75,32,63); }
div.DivClassName
{
background-color: #4B203F;
}
.BgClassName
{
background-color: #4B203F;
}
</style>
border-color css
<style>
span { border-color: #4B203F; }
span { border-color: rgb(75,32,63); }
td.TdClassName
{
border-color: #4B203F;
}
.TagClassName
{
border-color: #4B203F;
}
</style>