Shades of Voodoo #4B1940
Tints of Voodoo #4B1940
RGB
CMYK
RGB Variations
Color information
#4B1940 (or 0x4B1940) is known color: Voodoo. HEX triplet: 4B, 19 and 40. RGB value is (75,25,64). Sum of RGB (Red+Green+Blue) = 75+25+64=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1940 is #B4E6BF. Grayscale: #2C2C2C. Windows color (decimal): -11855552 or 4200779. OLE color: 4200779.
HSL color Cylindrical-coordinate representation of color #4B1940: hue angle of 313.2º 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 #4B1940 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 64 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.71 |
| HSL | 313.2º | 0.5% | 0.2% | - |
| HSV(B) | 313.2º | 0.67% | 0.29% | - |
| XYZ | 4.17 | 2.56 | 5.12 | - |
| YUV | 44.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 64 | 0 | 0.67 | 0.15 | 0.71 | 313.2 | 0.5 | 0.2 |
| Hex | 4B | 19 | 40 | 0 | 43 | F | 47 | 139 | 32 | 14 |
| Octal | 113 | 31 | 100 | 0 | 103 | 17 | 107 | 471 | 62 | 24 |
| Binary | 1001011 | 11001 | 1000000 | 0 | 1000011 | 1111 | 1000111 | 100111001 | 110010 | 10100 |
Color Harmonies of #4B1940
Complementary color
Monochromatic Colors of #4B1940
Black with #4B1940
Text Example
Text Example
White with #4B1940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1940; }
p { color: rgb(75,25,64); }
H1.HeaderClassName
{
color: #4B1940;
}
.AnyTagClassName
{
color: #4B1940;
}
</style>
background-color css
<style>
a { background-color: #4B1940; }
a { background-color: rgb(75,25,64); }
div.DivClassName
{
background-color: #4B1940;
}
.BgClassName
{
background-color: #4B1940;
}
</style>
border-color css
<style>
span { border-color: #4B1940; }
span { border-color: rgb(75,25,64); }
td.TdClassName
{
border-color: #4B1940;
}
.TagClassName
{
border-color: #4B1940;
}
</style>