Shades of Voodoo #48253D
Tints of Voodoo #48253D
RGB
CMYK
RGB Variations
Color information
#48253D (or 0x48253D) is known color: Voodoo. HEX triplet: 48, 25 and 3D. RGB value is (72,37,61). Sum of RGB (Red+Green+Blue) = 72+37+61=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48253D is #B7DAC2. Grayscale: #323232. Windows color (decimal): -12049091 or 4007240. OLE color: 4007240.
HSL color Cylindrical-coordinate representation of color #48253D: hue angle of 318.86º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48253D is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 61 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.72 |
| HSL | 318.86º | 0.32% | 0.21% | - |
| HSV(B) | 318.86º | 0.49% | 0.28% | - |
| XYZ | 4.18 | 3.04 | 4.78 | - |
| YUV | 50.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 61 | 0 | 0.49 | 0.15 | 0.72 | 318.86 | 0.32 | 0.21 |
| Hex | 48 | 25 | 3D | 0 | 31 | F | 48 | 13F | 20 | 15 |
| Octal | 110 | 45 | 75 | 0 | 61 | 17 | 110 | 477 | 40 | 25 |
| Binary | 1001000 | 100101 | 111101 | 0 | 110001 | 1111 | 1001000 | 100111111 | 100000 | 10101 |
Color Harmonies of #48253D
Complementary color
Monochromatic Colors of #48253D
Black with #48253D
Text Example
Text Example
White with #48253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48253D; }
p { color: rgb(72,37,61); }
H1.HeaderClassName
{
color: #48253D;
}
.AnyTagClassName
{
color: #48253D;
}
</style>
background-color css
<style>
a { background-color: #48253D; }
a { background-color: rgb(72,37,61); }
div.DivClassName
{
background-color: #48253D;
}
.BgClassName
{
background-color: #48253D;
}
</style>
border-color css
<style>
span { border-color: #48253D; }
span { border-color: rgb(72,37,61); }
td.TdClassName
{
border-color: #48253D;
}
.TagClassName
{
border-color: #48253D;
}
</style>