Shades of Voodoo #4B2541
Tints of Voodoo #4B2541
RGB
CMYK
RGB Variations
Color information
#4B2541 (or 0x4B2541) is known color: Voodoo. HEX triplet: 4B, 25 and 41. RGB value is (75,37,65). Sum of RGB (Red+Green+Blue) = 75+37+65=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2541 is #B4DABE. Grayscale: #333333. Windows color (decimal): -11852479 or 4269387. OLE color: 4269387.
HSL color Cylindrical-coordinate representation of color #4B2541: hue angle of 315.79º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2541 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 65 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.71 |
| HSL | 315.79º | 0.34% | 0.22% | - |
| HSV(B) | 315.79º | 0.51% | 0.29% | - |
| XYZ | 4.52 | 3.2 | 5.38 | - |
| YUV | 51.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 65 | 0 | 0.51 | 0.13 | 0.71 | 315.79 | 0.34 | 0.22 |
| Hex | 4B | 25 | 41 | 0 | 33 | D | 47 | 13C | 22 | 16 |
| Octal | 113 | 45 | 101 | 0 | 63 | 15 | 107 | 474 | 42 | 26 |
| Binary | 1001011 | 100101 | 1000001 | 0 | 110011 | 1101 | 1000111 | 100111100 | 100010 | 10110 |
Color Harmonies of #4B2541
Complementary color
Monochromatic Colors of #4B2541
Black with #4B2541
Text Example
Text Example
White with #4B2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2541; }
p { color: rgb(75,37,65); }
H1.HeaderClassName
{
color: #4B2541;
}
.AnyTagClassName
{
color: #4B2541;
}
</style>
background-color css
<style>
a { background-color: #4B2541; }
a { background-color: rgb(75,37,65); }
div.DivClassName
{
background-color: #4B2541;
}
.BgClassName
{
background-color: #4B2541;
}
</style>
border-color css
<style>
span { border-color: #4B2541; }
span { border-color: rgb(75,37,65); }
td.TdClassName
{
border-color: #4B2541;
}
.TagClassName
{
border-color: #4B2541;
}
</style>