Shades of Voodoo #482142
Tints of Voodoo #482142
RGB
CMYK
RGB Variations
Color information
#482142 (or 0x482142) is known color: Voodoo. HEX triplet: 48, 21 and 42. RGB value is (72,33,66). Sum of RGB (Red+Green+Blue) = 72+33+66=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #482142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482142 is #B7DEBD. Grayscale: #303030. Windows color (decimal): -12050110 or 4333896. OLE color: 4333896.
HSL color Cylindrical-coordinate representation of color #482142: hue angle of 309.23º 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 #482142 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 66 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.72 |
| HSL | 309.23º | 0.37% | 0.21% | - |
| HSV(B) | 309.23º | 0.54% | 0.28% | - |
| XYZ | 4.2 | 2.86 | 5.48 | - |
| YUV | 48.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 66 | 0 | 0.54 | 0.08 | 0.72 | 309.23 | 0.37 | 0.21 |
| Hex | 48 | 21 | 42 | 0 | 36 | 8 | 48 | 135 | 25 | 15 |
| Octal | 110 | 41 | 102 | 0 | 66 | 10 | 110 | 465 | 45 | 25 |
| Binary | 1001000 | 100001 | 1000010 | 0 | 110110 | 1000 | 1001000 | 100110101 | 100101 | 10101 |
Color Harmonies of #482142
Complementary color
Monochromatic Colors of #482142
Black with #482142
Text Example
Text Example
White with #482142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482142; }
p { color: rgb(72,33,66); }
H1.HeaderClassName
{
color: #482142;
}
.AnyTagClassName
{
color: #482142;
}
</style>
background-color css
<style>
a { background-color: #482142; }
a { background-color: rgb(72,33,66); }
div.DivClassName
{
background-color: #482142;
}
.BgClassName
{
background-color: #482142;
}
</style>
border-color css
<style>
span { border-color: #482142; }
span { border-color: rgb(72,33,66); }
td.TdClassName
{
border-color: #482142;
}
.TagClassName
{
border-color: #482142;
}
</style>