Shades of Voodoo #481940
Tints of Voodoo #481940
RGB
CMYK
RGB Variations
Color information
#481940 (or 0x481940) is known color: Voodoo. HEX triplet: 48, 19 and 40. RGB value is (72,25,64). Sum of RGB (Red+Green+Blue) = 72+25+64=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481940 is #B7E6BF. Grayscale: #2B2B2B. Windows color (decimal): -12052160 or 4200776. OLE color: 4200776.
HSL color Cylindrical-coordinate representation of color #481940: hue angle of 310.21º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481940 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 64 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.72 |
| HSL | 310.21º | 0.48% | 0.19% | - |
| HSV(B) | 310.21º | 0.65% | 0.28% | - |
| XYZ | 3.95 | 2.44 | 5.11 | - |
| YUV | 43.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 64 | 0 | 0.65 | 0.11 | 0.72 | 310.21 | 0.48 | 0.19 |
| Hex | 48 | 19 | 40 | 0 | 41 | B | 48 | 136 | 30 | 13 |
| Octal | 110 | 31 | 100 | 0 | 101 | 13 | 110 | 466 | 60 | 23 |
| Binary | 1001000 | 11001 | 1000000 | 0 | 1000001 | 1011 | 1001000 | 100110110 | 110000 | 10011 |
Color Harmonies of #481940
Complementary color
Monochromatic Colors of #481940
Black with #481940
Text Example
Text Example
White with #481940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481940; }
p { color: rgb(72,25,64); }
H1.HeaderClassName
{
color: #481940;
}
.AnyTagClassName
{
color: #481940;
}
</style>
background-color css
<style>
a { background-color: #481940; }
a { background-color: rgb(72,25,64); }
div.DivClassName
{
background-color: #481940;
}
.BgClassName
{
background-color: #481940;
}
</style>
border-color css
<style>
span { border-color: #481940; }
span { border-color: rgb(72,25,64); }
td.TdClassName
{
border-color: #481940;
}
.TagClassName
{
border-color: #481940;
}
</style>