Shades of Voodoo #4B1842
Tints of Voodoo #4B1842
RGB
CMYK
RGB Variations
Color information
#4B1842 (or 0x4B1842) is known color: Voodoo. HEX triplet: 4B, 18 and 42. RGB value is (75,24,66). Sum of RGB (Red+Green+Blue) = 75+24+66=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1842 is #B4E7BD. Grayscale: #2B2B2B. Windows color (decimal): -11855806 or 4331595. OLE color: 4331595.
HSL color Cylindrical-coordinate representation of color #4B1842: hue angle of 310.59º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B1842 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 24 | 66 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.71 |
| HSL | 310.59º | 0.52% | 0.19% | - |
| HSV(B) | 310.59º | 0.68% | 0.29% | - |
| XYZ | 4.21 | 2.54 | 5.42 | - |
| YUV | 44.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 66 | 0 | 0.68 | 0.12 | 0.71 | 310.59 | 0.52 | 0.19 |
| Hex | 4B | 18 | 42 | 0 | 44 | C | 47 | 137 | 34 | 13 |
| Octal | 113 | 30 | 102 | 0 | 104 | 14 | 107 | 467 | 64 | 23 |
| Binary | 1001011 | 11000 | 1000010 | 0 | 1000100 | 1100 | 1000111 | 100110111 | 110100 | 10011 |
Color Harmonies of #4B1842
Complementary color
Monochromatic Colors of #4B1842
Black with #4B1842
Text Example
Text Example
White with #4B1842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1842; }
p { color: rgb(75,24,66); }
H1.HeaderClassName
{
color: #4B1842;
}
.AnyTagClassName
{
color: #4B1842;
}
</style>
background-color css
<style>
a { background-color: #4B1842; }
a { background-color: rgb(75,24,66); }
div.DivClassName
{
background-color: #4B1842;
}
.BgClassName
{
background-color: #4B1842;
}
</style>
border-color css
<style>
span { border-color: #4B1842; }
span { border-color: rgb(75,24,66); }
td.TdClassName
{
border-color: #4B1842;
}
.TagClassName
{
border-color: #4B1842;
}
</style>