Shades of Voodoo #4B1D41
Tints of Voodoo #4B1D41
RGB
CMYK
RGB Variations
Color information
#4B1D41 (or 0x4B1D41) is known color: Voodoo. HEX triplet: 4B, 1D and 41. RGB value is (75,29,65). Sum of RGB (Red+Green+Blue) = 75+29+65=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1D41 is #B4E2BE. Grayscale: #2E2E2E. Windows color (decimal): -11854527 or 4267339. OLE color: 4267339.
HSL color Cylindrical-coordinate representation of color #4B1D41: hue angle of 313.04º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B1D41 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 29 | 65 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.71 |
| HSL | 313.04º | 0.44% | 0.2% | - |
| HSV(B) | 313.04º | 0.61% | 0.29% | - |
| XYZ | 4.3 | 2.76 | 5.31 | - |
| YUV | 46.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 29 | 65 | 0 | 0.61 | 0.13 | 0.71 | 313.04 | 0.44 | 0.2 |
| Hex | 4B | 1D | 41 | 0 | 3D | D | 47 | 139 | 2C | 14 |
| Octal | 113 | 35 | 101 | 0 | 75 | 15 | 107 | 471 | 54 | 24 |
| Binary | 1001011 | 11101 | 1000001 | 0 | 111101 | 1101 | 1000111 | 100111001 | 101100 | 10100 |
Color Harmonies of #4B1D41
Complementary color
Monochromatic Colors of #4B1D41
Black with #4B1D41
Text Example
Text Example
White with #4B1D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1D41; }
p { color: rgb(75,29,65); }
H1.HeaderClassName
{
color: #4B1D41;
}
.AnyTagClassName
{
color: #4B1D41;
}
</style>
background-color css
<style>
a { background-color: #4B1D41; }
a { background-color: rgb(75,29,65); }
div.DivClassName
{
background-color: #4B1D41;
}
.BgClassName
{
background-color: #4B1D41;
}
</style>
border-color css
<style>
span { border-color: #4B1D41; }
span { border-color: rgb(75,29,65); }
td.TdClassName
{
border-color: #4B1D41;
}
.TagClassName
{
border-color: #4B1D41;
}
</style>