Shades of Voodoo #482140
Tints of Voodoo #482140
RGB
CMYK
RGB Variations
Color information
#482140 (or 0x482140) is known color: Voodoo. HEX triplet: 48, 21 and 40. RGB value is (72,33,64). Sum of RGB (Red+Green+Blue) = 72+33+64=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #482140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482140 is #B7DEBF. Grayscale: #303030. Windows color (decimal): -12050112 or 4202824. OLE color: 4202824.
HSL color Cylindrical-coordinate representation of color #482140: hue angle of 312.31º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482140 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 64 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.72 |
| HSL | 312.31º | 0.37% | 0.21% | - |
| HSV(B) | 312.31º | 0.54% | 0.28% | - |
| XYZ | 4.14 | 2.84 | 5.18 | - |
| YUV | 48.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 64 | 0 | 0.54 | 0.11 | 0.72 | 312.31 | 0.37 | 0.21 |
| Hex | 48 | 21 | 40 | 0 | 36 | B | 48 | 138 | 25 | 15 |
| Octal | 110 | 41 | 100 | 0 | 66 | 13 | 110 | 470 | 45 | 25 |
| Binary | 1001000 | 100001 | 1000000 | 0 | 110110 | 1011 | 1001000 | 100111000 | 100101 | 10101 |
Color Harmonies of #482140
Complementary color
Monochromatic Colors of #482140
Black with #482140
Text Example
Text Example
White with #482140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482140; }
p { color: rgb(72,33,64); }
H1.HeaderClassName
{
color: #482140;
}
.AnyTagClassName
{
color: #482140;
}
</style>
background-color css
<style>
a { background-color: #482140; }
a { background-color: rgb(72,33,64); }
div.DivClassName
{
background-color: #482140;
}
.BgClassName
{
background-color: #482140;
}
</style>
border-color css
<style>
span { border-color: #482140; }
span { border-color: rgb(72,33,64); }
td.TdClassName
{
border-color: #482140;
}
.TagClassName
{
border-color: #482140;
}
</style>