Shades of Voodoo #48213E
Tints of Voodoo #48213E
RGB
CMYK
RGB Variations
Color information
#48213E (or 0x48213E) is known color: Voodoo. HEX triplet: 48, 21 and 3E. RGB value is (72,33,62). Sum of RGB (Red+Green+Blue) = 72+33+62=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48213E is #B7DEC1. Grayscale: #2F2F2F. Windows color (decimal): -12050114 or 4071752. OLE color: 4071752.
HSL color Cylindrical-coordinate representation of color #48213E: hue angle of 315.38º 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 #48213E is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 62 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.72 |
| HSL | 315.38º | 0.37% | 0.21% | - |
| HSV(B) | 315.38º | 0.54% | 0.28% | - |
| XYZ | 4.09 | 2.81 | 4.89 | - |
| YUV | 47.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 62 | 0 | 0.54 | 0.14 | 0.72 | 315.38 | 0.37 | 0.21 |
| Hex | 48 | 21 | 3E | 0 | 36 | E | 48 | 13B | 25 | 15 |
| Octal | 110 | 41 | 76 | 0 | 66 | 16 | 110 | 473 | 45 | 25 |
| Binary | 1001000 | 100001 | 111110 | 0 | 110110 | 1110 | 1001000 | 100111011 | 100101 | 10101 |
Color Harmonies of #48213E
Complementary color
Monochromatic Colors of #48213E
Black with #48213E
Text Example
Text Example
White with #48213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48213E; }
p { color: rgb(72,33,62); }
H1.HeaderClassName
{
color: #48213E;
}
.AnyTagClassName
{
color: #48213E;
}
</style>
background-color css
<style>
a { background-color: #48213E; }
a { background-color: rgb(72,33,62); }
div.DivClassName
{
background-color: #48213E;
}
.BgClassName
{
background-color: #48213E;
}
</style>
border-color css
<style>
span { border-color: #48213E; }
span { border-color: rgb(72,33,62); }
td.TdClassName
{
border-color: #48213E;
}
.TagClassName
{
border-color: #48213E;
}
</style>