Shades of Voodoo #482F3F
Tints of Voodoo #482F3F
RGB
CMYK
RGB Variations
Color information
#482F3F (or 0x482F3F) is known color: Voodoo. HEX triplet: 48, 2F and 3F. RGB value is (72,47,63). Sum of RGB (Red+Green+Blue) = 72+47+63=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #482F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F3F is #B7D0C0. Grayscale: #383838. Windows color (decimal): -12046529 or 4140872. OLE color: 4140872.
HSL color Cylindrical-coordinate representation of color #482F3F: hue angle of 321.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #482F3F is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 63 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.72 |
| HSL | 321.6º | 0.21% | 0.23% | - |
| HSV(B) | 321.6º | 0.35% | 0.28% | - |
| XYZ | 4.59 | 3.77 | 5.19 | - |
| YUV | 56.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 63 | 0 | 0.35 | 0.12 | 0.72 | 321.6 | 0.21 | 0.23 |
| Hex | 48 | 2F | 3F | 0 | 23 | C | 48 | 142 | 15 | 17 |
| Octal | 110 | 57 | 77 | 0 | 43 | 14 | 110 | 502 | 25 | 27 |
| Binary | 1001000 | 101111 | 111111 | 0 | 100011 | 1100 | 1001000 | 101000010 | 10101 | 10111 |
Color Harmonies of #482F3F
Complementary color
Monochromatic Colors of #482F3F
Black with #482F3F
Text Example
Text Example
White with #482F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F3F; }
p { color: rgb(72,47,63); }
H1.HeaderClassName
{
color: #482F3F;
}
.AnyTagClassName
{
color: #482F3F;
}
</style>
background-color css
<style>
a { background-color: #482F3F; }
a { background-color: rgb(72,47,63); }
div.DivClassName
{
background-color: #482F3F;
}
.BgClassName
{
background-color: #482F3F;
}
</style>
border-color css
<style>
span { border-color: #482F3F; }
span { border-color: rgb(72,47,63); }
td.TdClassName
{
border-color: #482F3F;
}
.TagClassName
{
border-color: #482F3F;
}
</style>