Shades of Voodoo #4B293F
Tints of Voodoo #4B293F
RGB
CMYK
RGB Variations
Color information
#4B293F (or 0x4B293F) is known color: Voodoo. HEX triplet: 4B, 29 and 3F. RGB value is (75,41,63). Sum of RGB (Red+Green+Blue) = 75+41+63=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B293F is #B4D6C0. Grayscale: #353535. Windows color (decimal): -11851457 or 4139339. OLE color: 4139339.
HSL color Cylindrical-coordinate representation of color #4B293F: hue angle of 321.18º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B293F is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 41 | 63 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.71 |
| HSL | 321.18º | 0.29% | 0.23% | - |
| HSV(B) | 321.18º | 0.45% | 0.29% | - |
| XYZ | 4.59 | 3.44 | 5.12 | - |
| YUV | 53.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 63 | 0 | 0.45 | 0.16 | 0.71 | 321.18 | 0.29 | 0.23 |
| Hex | 4B | 29 | 3F | 0 | 2D | 10 | 47 | 141 | 1D | 17 |
| Octal | 113 | 51 | 77 | 0 | 55 | 20 | 107 | 501 | 35 | 27 |
| Binary | 1001011 | 101001 | 111111 | 0 | 101101 | 10000 | 1000111 | 101000001 | 11101 | 10111 |
Color Harmonies of #4B293F
Complementary color
Monochromatic Colors of #4B293F
Black with #4B293F
Text Example
Text Example
White with #4B293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B293F; }
p { color: rgb(75,41,63); }
H1.HeaderClassName
{
color: #4B293F;
}
.AnyTagClassName
{
color: #4B293F;
}
</style>
background-color css
<style>
a { background-color: #4B293F; }
a { background-color: rgb(75,41,63); }
div.DivClassName
{
background-color: #4B293F;
}
.BgClassName
{
background-color: #4B293F;
}
</style>
border-color css
<style>
span { border-color: #4B293F; }
span { border-color: rgb(75,41,63); }
td.TdClassName
{
border-color: #4B293F;
}
.TagClassName
{
border-color: #4B293F;
}
</style>