Shades of Voodoo #48223C
Tints of Voodoo #48223C
RGB
CMYK
RGB Variations
Color information
#48223C (or 0x48223C) is known color: Voodoo. HEX triplet: 48, 22 and 3C. RGB value is (72,34,60). Sum of RGB (Red+Green+Blue) = 72+34+60=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48223C is #B7DDC3. Grayscale: #303030. Windows color (decimal): -12049860 or 3940936. OLE color: 3940936.
HSL color Cylindrical-coordinate representation of color #48223C: hue angle of 318.95º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48223C is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 60 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.72 |
| HSL | 318.95º | 0.36% | 0.21% | - |
| HSV(B) | 318.95º | 0.53% | 0.28% | - |
| XYZ | 4.06 | 2.85 | 4.61 | - |
| YUV | 48.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 60 | 0 | 0.53 | 0.17 | 0.72 | 318.95 | 0.36 | 0.21 |
| Hex | 48 | 22 | 3C | 0 | 35 | 11 | 48 | 13F | 24 | 15 |
| Octal | 110 | 42 | 74 | 0 | 65 | 21 | 110 | 477 | 44 | 25 |
| Binary | 1001000 | 100010 | 111100 | 0 | 110101 | 10001 | 1001000 | 100111111 | 100100 | 10101 |
Color Harmonies of #48223C
Complementary color
Monochromatic Colors of #48223C
Black with #48223C
Text Example
Text Example
White with #48223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48223C; }
p { color: rgb(72,34,60); }
H1.HeaderClassName
{
color: #48223C;
}
.AnyTagClassName
{
color: #48223C;
}
</style>
background-color css
<style>
a { background-color: #48223C; }
a { background-color: rgb(72,34,60); }
div.DivClassName
{
background-color: #48223C;
}
.BgClassName
{
background-color: #48223C;
}
</style>
border-color css
<style>
span { border-color: #48223C; }
span { border-color: rgb(72,34,60); }
td.TdClassName
{
border-color: #48223C;
}
.TagClassName
{
border-color: #48223C;
}
</style>