Shades of Voodoo #482F41
Tints of Voodoo #482F41
RGB
CMYK
RGB Variations
Color information
#482F41 (or 0x482F41) is known color: Voodoo. HEX triplet: 48, 2F and 41. RGB value is (72,47,65). Sum of RGB (Red+Green+Blue) = 72+47+65=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #482F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F41 is #B7D0BE. Grayscale: #383838. Windows color (decimal): -12046527 or 4271944. OLE color: 4271944.
HSL color Cylindrical-coordinate representation of color #482F41: hue angle of 316.8º 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 #482F41 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 65 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.72 |
| HSL | 316.8º | 0.21% | 0.23% | - |
| HSV(B) | 316.8º | 0.35% | 0.28% | - |
| XYZ | 4.64 | 3.79 | 5.49 | - |
| YUV | 56.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 65 | 0 | 0.35 | 0.10 | 0.72 | 316.8 | 0.21 | 0.23 |
| Hex | 48 | 2F | 41 | 0 | 23 | A | 48 | 13D | 15 | 17 |
| Octal | 110 | 57 | 101 | 0 | 43 | 12 | 110 | 475 | 25 | 27 |
| Binary | 1001000 | 101111 | 1000001 | 0 | 100011 | 1010 | 1001000 | 100111101 | 10101 | 10111 |
Color Harmonies of #482F41
Complementary color
Monochromatic Colors of #482F41
Black with #482F41
Text Example
Text Example
White with #482F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F41; }
p { color: rgb(72,47,65); }
H1.HeaderClassName
{
color: #482F41;
}
.AnyTagClassName
{
color: #482F41;
}
</style>
background-color css
<style>
a { background-color: #482F41; }
a { background-color: rgb(72,47,65); }
div.DivClassName
{
background-color: #482F41;
}
.BgClassName
{
background-color: #482F41;
}
</style>
border-color css
<style>
span { border-color: #482F41; }
span { border-color: rgb(72,47,65); }
td.TdClassName
{
border-color: #482F41;
}
.TagClassName
{
border-color: #482F41;
}
</style>