Shades of Voodoo #4B193F
Tints of Voodoo #4B193F
RGB
CMYK
RGB Variations
Color information
#4B193F (or 0x4B193F) is known color: Voodoo. HEX triplet: 4B, 19 and 3F. RGB value is (75,25,63). Sum of RGB (Red+Green+Blue) = 75+25+63=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B193F is #B4E6C0. Grayscale: #2C2C2C. Windows color (decimal): -11855553 or 4135243. OLE color: 4135243.
HSL color Cylindrical-coordinate representation of color #4B193F: hue angle of 314.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B193F is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 63 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.71 |
| HSL | 314.4º | 0.5% | 0.2% | - |
| HSV(B) | 314.4º | 0.67% | 0.29% | - |
| XYZ | 4.15 | 2.55 | 4.98 | - |
| YUV | 44.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 63 | 0 | 0.67 | 0.16 | 0.71 | 314.4 | 0.5 | 0.2 |
| Hex | 4B | 19 | 3F | 0 | 43 | 10 | 47 | 13A | 32 | 14 |
| Octal | 113 | 31 | 77 | 0 | 103 | 20 | 107 | 472 | 62 | 24 |
| Binary | 1001011 | 11001 | 111111 | 0 | 1000011 | 10000 | 1000111 | 100111010 | 110010 | 10100 |
Color Harmonies of #4B193F
Complementary color
Monochromatic Colors of #4B193F
Black with #4B193F
Text Example
Text Example
White with #4B193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B193F; }
p { color: rgb(75,25,63); }
H1.HeaderClassName
{
color: #4B193F;
}
.AnyTagClassName
{
color: #4B193F;
}
</style>
background-color css
<style>
a { background-color: #4B193F; }
a { background-color: rgb(75,25,63); }
div.DivClassName
{
background-color: #4B193F;
}
.BgClassName
{
background-color: #4B193F;
}
</style>
border-color css
<style>
span { border-color: #4B193F; }
span { border-color: rgb(75,25,63); }
td.TdClassName
{
border-color: #4B193F;
}
.TagClassName
{
border-color: #4B193F;
}
</style>