Shades of Voodoo #48293D
Tints of Voodoo #48293D
RGB
CMYK
RGB Variations
Color information
#48293D (or 0x48293D) is known color: Voodoo. HEX triplet: 48, 29 and 3D. RGB value is (72,41,61). Sum of RGB (Red+Green+Blue) = 72+41+61=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #48293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48293D is #B7D6C2. Grayscale: #343434. Windows color (decimal): -12048067 or 4008264. OLE color: 4008264.
HSL color Cylindrical-coordinate representation of color #48293D: hue angle of 321.29º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48293D is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 41 | 61 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.72 |
| HSL | 321.29º | 0.27% | 0.22% | - |
| HSV(B) | 321.29º | 0.43% | 0.28% | - |
| XYZ | 4.31 | 3.3 | 4.82 | - |
| YUV | 52.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 61 | 0 | 0.43 | 0.15 | 0.72 | 321.29 | 0.27 | 0.22 |
| Hex | 48 | 29 | 3D | 0 | 2B | F | 48 | 141 | 1B | 16 |
| Octal | 110 | 51 | 75 | 0 | 53 | 17 | 110 | 501 | 33 | 26 |
| Binary | 1001000 | 101001 | 111101 | 0 | 101011 | 1111 | 1001000 | 101000001 | 11011 | 10110 |
Color Harmonies of #48293D
Complementary color
Monochromatic Colors of #48293D
Black with #48293D
Text Example
Text Example
White with #48293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48293D; }
p { color: rgb(72,41,61); }
H1.HeaderClassName
{
color: #48293D;
}
.AnyTagClassName
{
color: #48293D;
}
</style>
background-color css
<style>
a { background-color: #48293D; }
a { background-color: rgb(72,41,61); }
div.DivClassName
{
background-color: #48293D;
}
.BgClassName
{
background-color: #48293D;
}
</style>
border-color css
<style>
span { border-color: #48293D; }
span { border-color: rgb(72,41,61); }
td.TdClassName
{
border-color: #48293D;
}
.TagClassName
{
border-color: #48293D;
}
</style>