Shades of Voodoo #4B213E
Tints of Voodoo #4B213E
RGB
CMYK
RGB Variations
Color information
#4B213E (or 0x4B213E) is known color: Voodoo. HEX triplet: 4B, 21 and 3E. RGB value is (75,33,62). Sum of RGB (Red+Green+Blue) = 75+33+62=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B213E is #B4DEC1. Grayscale: #303030. Windows color (decimal): -11853506 or 4071755. OLE color: 4071755.
HSL color Cylindrical-coordinate representation of color #4B213E: hue angle of 318.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B213E is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 62 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.71 |
| HSL | 318.57º | 0.39% | 0.21% | - |
| HSV(B) | 318.57º | 0.56% | 0.29% | - |
| XYZ | 4.32 | 2.93 | 4.9 | - |
| YUV | 48.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 62 | 0 | 0.56 | 0.17 | 0.71 | 318.57 | 0.39 | 0.21 |
| Hex | 4B | 21 | 3E | 0 | 38 | 11 | 47 | 13F | 27 | 15 |
| Octal | 113 | 41 | 76 | 0 | 70 | 21 | 107 | 477 | 47 | 25 |
| Binary | 1001011 | 100001 | 111110 | 0 | 111000 | 10001 | 1000111 | 100111111 | 100111 | 10101 |
Color Harmonies of #4B213E
Complementary color
Monochromatic Colors of #4B213E
Black with #4B213E
Text Example
Text Example
White with #4B213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B213E; }
p { color: rgb(75,33,62); }
H1.HeaderClassName
{
color: #4B213E;
}
.AnyTagClassName
{
color: #4B213E;
}
</style>
background-color css
<style>
a { background-color: #4B213E; }
a { background-color: rgb(75,33,62); }
div.DivClassName
{
background-color: #4B213E;
}
.BgClassName
{
background-color: #4B213E;
}
</style>
border-color css
<style>
span { border-color: #4B213E; }
span { border-color: rgb(75,33,62); }
td.TdClassName
{
border-color: #4B213E;
}
.TagClassName
{
border-color: #4B213E;
}
</style>