Shades of Voodoo #48203C
Tints of Voodoo #48203C
RGB
CMYK
RGB Variations
Color information
#48203C (or 0x48203C) is known color: Voodoo. HEX triplet: 48, 20 and 3C. RGB value is (72,32,60). Sum of RGB (Red+Green+Blue) = 72+32+60=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48203C is #B7DFC3. Grayscale: #2F2F2F. Windows color (decimal): -12050372 or 3940424. OLE color: 3940424.
HSL color Cylindrical-coordinate representation of color #48203C: hue angle of 318º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48203C is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 60 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.72 |
| HSL | 318º | 0.38% | 0.2% | - |
| HSV(B) | 318º | 0.56% | 0.28% | - |
| XYZ | 4 | 2.74 | 4.59 | - |
| YUV | 47.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 60 | 0 | 0.56 | 0.17 | 0.72 | 318 | 0.38 | 0.2 |
| Hex | 48 | 20 | 3C | 0 | 38 | 11 | 48 | 13E | 26 | 14 |
| Octal | 110 | 40 | 74 | 0 | 70 | 21 | 110 | 476 | 46 | 24 |
| Binary | 1001000 | 100000 | 111100 | 0 | 111000 | 10001 | 1001000 | 100111110 | 100110 | 10100 |
Color Harmonies of #48203C
Complementary color
Monochromatic Colors of #48203C
Black with #48203C
Text Example
Text Example
White with #48203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48203C; }
p { color: rgb(72,32,60); }
H1.HeaderClassName
{
color: #48203C;
}
.AnyTagClassName
{
color: #48203C;
}
</style>
background-color css
<style>
a { background-color: #48203C; }
a { background-color: rgb(72,32,60); }
div.DivClassName
{
background-color: #48203C;
}
.BgClassName
{
background-color: #48203C;
}
</style>
border-color css
<style>
span { border-color: #48203C; }
span { border-color: rgb(72,32,60); }
td.TdClassName
{
border-color: #48203C;
}
.TagClassName
{
border-color: #48203C;
}
</style>