Shades of Voodoo #48243D
Tints of Voodoo #48243D
RGB
CMYK
RGB Variations
Color information
#48243D (or 0x48243D) is known color: Voodoo. HEX triplet: 48, 24 and 3D. RGB value is (72,36,61). Sum of RGB (Red+Green+Blue) = 72+36+61=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48243D is #B7DBC2. Grayscale: #313131. Windows color (decimal): -12049347 or 4006984. OLE color: 4006984.
HSL color Cylindrical-coordinate representation of color #48243D: hue angle of 318.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48243D is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 61 | - |
| CMYK | 0 | 0.5 | 0.15 | 0.72 |
| HSL | 318.33º | 0.33% | 0.21% | - |
| HSV(B) | 318.33º | 0.5% | 0.28% | - |
| XYZ | 4.15 | 2.98 | 4.77 | - |
| YUV | 49.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 61 | 0 | 0.5 | 0.15 | 0.72 | 318.33 | 0.33 | 0.21 |
| Hex | 48 | 24 | 3D | 0 | 32 | F | 48 | 13E | 21 | 15 |
| Octal | 110 | 44 | 75 | 0 | 62 | 17 | 110 | 476 | 41 | 25 |
| Binary | 1001000 | 100100 | 111101 | 0 | 110010 | 1111 | 1001000 | 100111110 | 100001 | 10101 |
Color Harmonies of #48243D
Complementary color
Monochromatic Colors of #48243D
Black with #48243D
Text Example
Text Example
White with #48243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48243D; }
p { color: rgb(72,36,61); }
H1.HeaderClassName
{
color: #48243D;
}
.AnyTagClassName
{
color: #48243D;
}
</style>
background-color css
<style>
a { background-color: #48243D; }
a { background-color: rgb(72,36,61); }
div.DivClassName
{
background-color: #48243D;
}
.BgClassName
{
background-color: #48243D;
}
</style>
border-color css
<style>
span { border-color: #48243D; }
span { border-color: rgb(72,36,61); }
td.TdClassName
{
border-color: #48243D;
}
.TagClassName
{
border-color: #48243D;
}
</style>