Shades of Voodoo #48233D
Tints of Voodoo #48233D
RGB
CMYK
RGB Variations
Color information
#48233D (or 0x48233D) is known color: Voodoo. HEX triplet: 48, 23 and 3D. RGB value is (72,35,61). Sum of RGB (Red+Green+Blue) = 72+35+61=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48233D is #B7DCC2. Grayscale: #303030. Windows color (decimal): -12049603 or 4006728. OLE color: 4006728.
HSL color Cylindrical-coordinate representation of color #48233D: hue angle of 317.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48233D is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 61 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.72 |
| HSL | 317.84º | 0.35% | 0.21% | - |
| HSV(B) | 317.84º | 0.51% | 0.28% | - |
| XYZ | 4.12 | 2.92 | 4.76 | - |
| YUV | 49.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 61 | 0 | 0.51 | 0.15 | 0.72 | 317.84 | 0.35 | 0.21 |
| Hex | 48 | 23 | 3D | 0 | 33 | F | 48 | 13E | 23 | 15 |
| Octal | 110 | 43 | 75 | 0 | 63 | 17 | 110 | 476 | 43 | 25 |
| Binary | 1001000 | 100011 | 111101 | 0 | 110011 | 1111 | 1001000 | 100111110 | 100011 | 10101 |
Color Harmonies of #48233D
Complementary color
Monochromatic Colors of #48233D
Black with #48233D
Text Example
Text Example
White with #48233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48233D; }
p { color: rgb(72,35,61); }
H1.HeaderClassName
{
color: #48233D;
}
.AnyTagClassName
{
color: #48233D;
}
</style>
background-color css
<style>
a { background-color: #48233D; }
a { background-color: rgb(72,35,61); }
div.DivClassName
{
background-color: #48233D;
}
.BgClassName
{
background-color: #48233D;
}
</style>
border-color css
<style>
span { border-color: #48233D; }
span { border-color: rgb(72,35,61); }
td.TdClassName
{
border-color: #48233D;
}
.TagClassName
{
border-color: #48233D;
}
</style>