Shades of Voodoo #4B2141
Tints of Voodoo #4B2141
RGB
CMYK
RGB Variations
Color information
#4B2141 (or 0x4B2141) is known color: Voodoo. HEX triplet: 4B, 21 and 41. RGB value is (75,33,65). Sum of RGB (Red+Green+Blue) = 75+33+65=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2141 is #B4DEBE. Grayscale: #313131. Windows color (decimal): -11853503 or 4268363. OLE color: 4268363.
HSL color Cylindrical-coordinate representation of color #4B2141: hue angle of 314.29º 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 #4B2141 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 65 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.71 |
| HSL | 314.29º | 0.39% | 0.21% | - |
| HSV(B) | 314.29º | 0.56% | 0.29% | - |
| XYZ | 4.4 | 2.97 | 5.34 | - |
| YUV | 49.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 65 | 0 | 0.56 | 0.13 | 0.71 | 314.29 | 0.39 | 0.21 |
| Hex | 4B | 21 | 41 | 0 | 38 | D | 47 | 13A | 27 | 15 |
| Octal | 113 | 41 | 101 | 0 | 70 | 15 | 107 | 472 | 47 | 25 |
| Binary | 1001011 | 100001 | 1000001 | 0 | 111000 | 1101 | 1000111 | 100111010 | 100111 | 10101 |
Color Harmonies of #4B2141
Complementary color
Monochromatic Colors of #4B2141
Black with #4B2141
Text Example
Text Example
White with #4B2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2141; }
p { color: rgb(75,33,65); }
H1.HeaderClassName
{
color: #4B2141;
}
.AnyTagClassName
{
color: #4B2141;
}
</style>
background-color css
<style>
a { background-color: #4B2141; }
a { background-color: rgb(75,33,65); }
div.DivClassName
{
background-color: #4B2141;
}
.BgClassName
{
background-color: #4B2141;
}
</style>
border-color css
<style>
span { border-color: #4B2141; }
span { border-color: rgb(75,33,65); }
td.TdClassName
{
border-color: #4B2141;
}
.TagClassName
{
border-color: #4B2141;
}
</style>