Shades of Voodoo #48283F
Tints of Voodoo #48283F
RGB
CMYK
RGB Variations
Color information
#48283F (or 0x48283F) is known color: Voodoo. HEX triplet: 48, 28 and 3F. RGB value is (72,40,63). Sum of RGB (Red+Green+Blue) = 72+40+63=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #48283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48283F is #B7D7C0. Grayscale: #343434. Windows color (decimal): -12048321 or 4139080. OLE color: 4139080.
HSL color Cylindrical-coordinate representation of color #48283F: hue angle of 316.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48283F is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 40 | 63 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.72 |
| HSL | 316.88º | 0.29% | 0.22% | - |
| HSV(B) | 316.88º | 0.44% | 0.28% | - |
| XYZ | 4.33 | 3.25 | 5.1 | - |
| YUV | 52.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 63 | 0 | 0.44 | 0.12 | 0.72 | 316.88 | 0.29 | 0.22 |
| Hex | 48 | 28 | 3F | 0 | 2C | C | 48 | 13D | 1D | 16 |
| Octal | 110 | 50 | 77 | 0 | 54 | 14 | 110 | 475 | 35 | 26 |
| Binary | 1001000 | 101000 | 111111 | 0 | 101100 | 1100 | 1001000 | 100111101 | 11101 | 10110 |
Color Harmonies of #48283F
Complementary color
Monochromatic Colors of #48283F
Black with #48283F
Text Example
Text Example
White with #48283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48283F; }
p { color: rgb(72,40,63); }
H1.HeaderClassName
{
color: #48283F;
}
.AnyTagClassName
{
color: #48283F;
}
</style>
background-color css
<style>
a { background-color: #48283F; }
a { background-color: rgb(72,40,63); }
div.DivClassName
{
background-color: #48283F;
}
.BgClassName
{
background-color: #48283F;
}
</style>
border-color css
<style>
span { border-color: #48283F; }
span { border-color: rgb(72,40,63); }
td.TdClassName
{
border-color: #48283F;
}
.TagClassName
{
border-color: #48283F;
}
</style>