Shades of Voodoo #481F41
Tints of Voodoo #481F41
RGB
CMYK
RGB Variations
Color information
#481F41 (or 0x481F41) is known color: Voodoo. HEX triplet: 48, 1F and 41. RGB value is (72,31,65). Sum of RGB (Red+Green+Blue) = 72+31+65=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #481F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F41 is #B7E0BE. Grayscale: #2F2F2F. Windows color (decimal): -12050623 or 4267848. OLE color: 4267848.
HSL color Cylindrical-coordinate representation of color #481F41: hue angle of 310.24º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F41 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 31 | 65 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.72 |
| HSL | 310.24º | 0.4% | 0.2% | - |
| HSV(B) | 310.24º | 0.57% | 0.28% | - |
| XYZ | 4.12 | 2.74 | 5.31 | - |
| YUV | 47.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 65 | 0 | 0.57 | 0.10 | 0.72 | 310.24 | 0.4 | 0.2 |
| Hex | 48 | 1F | 41 | 0 | 39 | A | 48 | 136 | 28 | 14 |
| Octal | 110 | 37 | 101 | 0 | 71 | 12 | 110 | 466 | 50 | 24 |
| Binary | 1001000 | 11111 | 1000001 | 0 | 111001 | 1010 | 1001000 | 100110110 | 101000 | 10100 |
Color Harmonies of #481F41
Complementary color
Monochromatic Colors of #481F41
Black with #481F41
Text Example
Text Example
White with #481F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F41; }
p { color: rgb(72,31,65); }
H1.HeaderClassName
{
color: #481F41;
}
.AnyTagClassName
{
color: #481F41;
}
</style>
background-color css
<style>
a { background-color: #481F41; }
a { background-color: rgb(72,31,65); }
div.DivClassName
{
background-color: #481F41;
}
.BgClassName
{
background-color: #481F41;
}
</style>
border-color css
<style>
span { border-color: #481F41; }
span { border-color: rgb(72,31,65); }
td.TdClassName
{
border-color: #481F41;
}
.TagClassName
{
border-color: #481F41;
}
</style>