Shades of Voodoo #4B1F3F
Tints of Voodoo #4B1F3F
RGB
CMYK
RGB Variations
Color information
#4B1F3F (or 0x4B1F3F) is known color: Voodoo. HEX triplet: 4B, 1F and 3F. RGB value is (75,31,63). Sum of RGB (Red+Green+Blue) = 75+31+63=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1F3F is #B4E0C0. Grayscale: #2F2F2F. Windows color (decimal): -11854017 or 4136779. OLE color: 4136779.
HSL color Cylindrical-coordinate representation of color #4B1F3F: hue angle of 316.36º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B1F3F is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 31 | 63 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.71 |
| HSL | 316.36º | 0.42% | 0.21% | - |
| HSV(B) | 316.36º | 0.59% | 0.29% | - |
| XYZ | 4.29 | 2.83 | 5.02 | - |
| YUV | 47.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 31 | 63 | 0 | 0.59 | 0.16 | 0.71 | 316.36 | 0.42 | 0.21 |
| Hex | 4B | 1F | 3F | 0 | 3B | 10 | 47 | 13C | 2A | 15 |
| Octal | 113 | 37 | 77 | 0 | 73 | 20 | 107 | 474 | 52 | 25 |
| Binary | 1001011 | 11111 | 111111 | 0 | 111011 | 10000 | 1000111 | 100111100 | 101010 | 10101 |
Color Harmonies of #4B1F3F
Complementary color
Monochromatic Colors of #4B1F3F
Black with #4B1F3F
Text Example
Text Example
White with #4B1F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1F3F; }
p { color: rgb(75,31,63); }
H1.HeaderClassName
{
color: #4B1F3F;
}
.AnyTagClassName
{
color: #4B1F3F;
}
</style>
background-color css
<style>
a { background-color: #4B1F3F; }
a { background-color: rgb(75,31,63); }
div.DivClassName
{
background-color: #4B1F3F;
}
.BgClassName
{
background-color: #4B1F3F;
}
</style>
border-color css
<style>
span { border-color: #4B1F3F; }
span { border-color: rgb(75,31,63); }
td.TdClassName
{
border-color: #4B1F3F;
}
.TagClassName
{
border-color: #4B1F3F;
}
</style>