Shades of Voodoo #4B1E3E
Tints of Voodoo #4B1E3E
RGB
CMYK
RGB Variations
Color information
#4B1E3E (or 0x4B1E3E) is known color: Voodoo. HEX triplet: 4B, 1E and 3E. RGB value is (75,30,62). Sum of RGB (Red+Green+Blue) = 75+30+62=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1E3E is #B4E1C1. Grayscale: #2F2F2F. Windows color (decimal): -11854274 or 4070987. OLE color: 4070987.
HSL color Cylindrical-coordinate representation of color #4B1E3E: hue angle of 317.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B1E3E is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 30 | 62 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.71 |
| HSL | 317.33º | 0.43% | 0.21% | - |
| HSV(B) | 317.33º | 0.6% | 0.29% | - |
| XYZ | 4.24 | 2.77 | 4.87 | - |
| YUV | 47.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 62 | 0 | 0.60 | 0.17 | 0.71 | 317.33 | 0.43 | 0.21 |
| Hex | 4B | 1E | 3E | 0 | 3C | 11 | 47 | 13D | 2B | 15 |
| Octal | 113 | 36 | 76 | 0 | 74 | 21 | 107 | 475 | 53 | 25 |
| Binary | 1001011 | 11110 | 111110 | 0 | 111100 | 10001 | 1000111 | 100111101 | 101011 | 10101 |
Color Harmonies of #4B1E3E
Complementary color
Monochromatic Colors of #4B1E3E
Black with #4B1E3E
Text Example
Text Example
White with #4B1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1E3E; }
p { color: rgb(75,30,62); }
H1.HeaderClassName
{
color: #4B1E3E;
}
.AnyTagClassName
{
color: #4B1E3E;
}
</style>
background-color css
<style>
a { background-color: #4B1E3E; }
a { background-color: rgb(75,30,62); }
div.DivClassName
{
background-color: #4B1E3E;
}
.BgClassName
{
background-color: #4B1E3E;
}
</style>
border-color css
<style>
span { border-color: #4B1E3E; }
span { border-color: rgb(75,30,62); }
td.TdClassName
{
border-color: #4B1E3E;
}
.TagClassName
{
border-color: #4B1E3E;
}
</style>