Shades of Voodoo #4B2741
Tints of Voodoo #4B2741
RGB
CMYK
RGB Variations
Color information
#4B2741 (or 0x4B2741) is known color: Voodoo. HEX triplet: 4B, 27 and 41. RGB value is (75,39,65). Sum of RGB (Red+Green+Blue) = 75+39+65=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2741 is #B4D8BE. Grayscale: #343434. Windows color (decimal): -11851967 or 4269899. OLE color: 4269899.
HSL color Cylindrical-coordinate representation of color #4B2741: hue angle of 316.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B2741 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 65 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.71 |
| HSL | 316.67º | 0.32% | 0.22% | - |
| HSV(B) | 316.67º | 0.48% | 0.29% | - |
| XYZ | 4.58 | 3.33 | 5.4 | - |
| YUV | 52.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 65 | 0 | 0.48 | 0.13 | 0.71 | 316.67 | 0.32 | 0.22 |
| Hex | 4B | 27 | 41 | 0 | 30 | D | 47 | 13D | 20 | 16 |
| Octal | 113 | 47 | 101 | 0 | 60 | 15 | 107 | 475 | 40 | 26 |
| Binary | 1001011 | 100111 | 1000001 | 0 | 110000 | 1101 | 1000111 | 100111101 | 100000 | 10110 |
Color Harmonies of #4B2741
Complementary color
Monochromatic Colors of #4B2741
Black with #4B2741
Text Example
Text Example
White with #4B2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2741; }
p { color: rgb(75,39,65); }
H1.HeaderClassName
{
color: #4B2741;
}
.AnyTagClassName
{
color: #4B2741;
}
</style>
background-color css
<style>
a { background-color: #4B2741; }
a { background-color: rgb(75,39,65); }
div.DivClassName
{
background-color: #4B2741;
}
.BgClassName
{
background-color: #4B2741;
}
</style>
border-color css
<style>
span { border-color: #4B2741; }
span { border-color: rgb(75,39,65); }
td.TdClassName
{
border-color: #4B2741;
}
.TagClassName
{
border-color: #4B2741;
}
</style>