Shades of Voodoo #483442
Tints of Voodoo #483442
RGB
CMYK
RGB Variations
Color information
#483442 (or 0x483442) is known color: Voodoo. HEX triplet: 48, 34 and 42. RGB value is (72,52,66). Sum of RGB (Red+Green+Blue) = 72+52+66=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483442 is #B7CBBD. Grayscale: #3B3B3B. Windows color (decimal): -12045246 or 4338760. OLE color: 4338760.
HSL color Cylindrical-coordinate representation of color #483442: hue angle of 318º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483442 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 66 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.72 |
| HSL | 318º | 0.16% | 0.24% | - |
| HSV(B) | 318º | 0.28% | 0.28% | - |
| XYZ | 4.88 | 4.23 | 5.71 | - |
| YUV | 59.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 66 | 0 | 0.28 | 0.08 | 0.72 | 318 | 0.16 | 0.24 |
| Hex | 48 | 34 | 42 | 0 | 1C | 8 | 48 | 13E | 10 | 18 |
| Octal | 110 | 64 | 102 | 0 | 34 | 10 | 110 | 476 | 20 | 30 |
| Binary | 1001000 | 110100 | 1000010 | 0 | 11100 | 1000 | 1001000 | 100111110 | 10000 | 11000 |
Color Harmonies of #483442
Complementary color
Monochromatic Colors of #483442
Black with #483442
Text Example
Text Example
White with #483442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483442; }
p { color: rgb(72,52,66); }
H1.HeaderClassName
{
color: #483442;
}
.AnyTagClassName
{
color: #483442;
}
</style>
background-color css
<style>
a { background-color: #483442; }
a { background-color: rgb(72,52,66); }
div.DivClassName
{
background-color: #483442;
}
.BgClassName
{
background-color: #483442;
}
</style>
border-color css
<style>
span { border-color: #483442; }
span { border-color: rgb(72,52,66); }
td.TdClassName
{
border-color: #483442;
}
.TagClassName
{
border-color: #483442;
}
</style>