Shades of Voodoo #482540
Tints of Voodoo #482540
RGB
CMYK
RGB Variations
Color information
#482540 (or 0x482540) is known color: Voodoo. HEX triplet: 48, 25 and 40. RGB value is (72,37,64). Sum of RGB (Red+Green+Blue) = 72+37+64=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482540 is #B7DABF. Grayscale: #323232. Windows color (decimal): -12049088 or 4203848. OLE color: 4203848.
HSL color Cylindrical-coordinate representation of color #482540: hue angle of 313.71º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482540 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 64 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.72 |
| HSL | 313.71º | 0.32% | 0.21% | - |
| HSV(B) | 313.71º | 0.49% | 0.28% | - |
| XYZ | 4.26 | 3.07 | 5.22 | - |
| YUV | 50.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 64 | 0 | 0.49 | 0.11 | 0.72 | 313.71 | 0.32 | 0.21 |
| Hex | 48 | 25 | 40 | 0 | 31 | B | 48 | 13A | 20 | 15 |
| Octal | 110 | 45 | 100 | 0 | 61 | 13 | 110 | 472 | 40 | 25 |
| Binary | 1001000 | 100101 | 1000000 | 0 | 110001 | 1011 | 1001000 | 100111010 | 100000 | 10101 |
Color Harmonies of #482540
Complementary color
Monochromatic Colors of #482540
Black with #482540
Text Example
Text Example
White with #482540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482540; }
p { color: rgb(72,37,64); }
H1.HeaderClassName
{
color: #482540;
}
.AnyTagClassName
{
color: #482540;
}
</style>
background-color css
<style>
a { background-color: #482540; }
a { background-color: rgb(72,37,64); }
div.DivClassName
{
background-color: #482540;
}
.BgClassName
{
background-color: #482540;
}
</style>
border-color css
<style>
span { border-color: #482540; }
span { border-color: rgb(72,37,64); }
td.TdClassName
{
border-color: #482540;
}
.TagClassName
{
border-color: #482540;
}
</style>