Shades of Voodoo #4B1B40
Tints of Voodoo #4B1B40
RGB
CMYK
RGB Variations
Color information
#4B1B40 (or 0x4B1B40) is known color: Voodoo. HEX triplet: 4B, 1B and 40. RGB value is (75,27,64). Sum of RGB (Red+Green+Blue) = 75+27+64=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B40 is #B4E4BF. Grayscale: #2D2D2D. Windows color (decimal): -11855040 or 4201291. OLE color: 4201291.
HSL color Cylindrical-coordinate representation of color #4B1B40: hue angle of 313.75º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B1B40 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 27 | 64 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.71 |
| HSL | 313.75º | 0.47% | 0.2% | - |
| HSV(B) | 313.75º | 0.64% | 0.29% | - |
| XYZ | 4.22 | 2.65 | 5.14 | - |
| YUV | 45.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 64 | 0 | 0.64 | 0.15 | 0.71 | 313.75 | 0.47 | 0.2 |
| Hex | 4B | 1B | 40 | 0 | 40 | F | 47 | 13A | 2F | 14 |
| Octal | 113 | 33 | 100 | 0 | 100 | 17 | 107 | 472 | 57 | 24 |
| Binary | 1001011 | 11011 | 1000000 | 0 | 1000000 | 1111 | 1000111 | 100111010 | 101111 | 10100 |
Color Harmonies of #4B1B40
Complementary color
Monochromatic Colors of #4B1B40
Black with #4B1B40
Text Example
Text Example
White with #4B1B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B40; }
p { color: rgb(75,27,64); }
H1.HeaderClassName
{
color: #4B1B40;
}
.AnyTagClassName
{
color: #4B1B40;
}
</style>
background-color css
<style>
a { background-color: #4B1B40; }
a { background-color: rgb(75,27,64); }
div.DivClassName
{
background-color: #4B1B40;
}
.BgClassName
{
background-color: #4B1B40;
}
</style>
border-color css
<style>
span { border-color: #4B1B40; }
span { border-color: rgb(75,27,64); }
td.TdClassName
{
border-color: #4B1B40;
}
.TagClassName
{
border-color: #4B1B40;
}
</style>