Shades of Voodoo #483443
Tints of Voodoo #483443
RGB
CMYK
RGB Variations
Color information
#483443 (or 0x483443) is known color: Voodoo. HEX triplet: 48, 34 and 43. RGB value is (72,52,67). Sum of RGB (Red+Green+Blue) = 72+52+67=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483443 is #B7CBBC. Grayscale: #3B3B3B. Windows color (decimal): -12045245 or 4404296. OLE color: 4404296.
HSL color Cylindrical-coordinate representation of color #483443: hue angle of 315º 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 #483443 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 67 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.72 |
| HSL | 315º | 0.16% | 0.24% | - |
| HSV(B) | 315º | 0.28% | 0.28% | - |
| XYZ | 4.91 | 4.24 | 5.87 | - |
| YUV | 59.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 67 | 0 | 0.28 | 0.07 | 0.72 | 315 | 0.16 | 0.24 |
| Hex | 48 | 34 | 43 | 0 | 1C | 7 | 48 | 13B | 10 | 18 |
| Octal | 110 | 64 | 103 | 0 | 34 | 7 | 110 | 473 | 20 | 30 |
| Binary | 1001000 | 110100 | 1000011 | 0 | 11100 | 111 | 1001000 | 100111011 | 10000 | 11000 |
Color Harmonies of #483443
Complementary color
Monochromatic Colors of #483443
Black with #483443
Text Example
Text Example
White with #483443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483443; }
p { color: rgb(72,52,67); }
H1.HeaderClassName
{
color: #483443;
}
.AnyTagClassName
{
color: #483443;
}
</style>
background-color css
<style>
a { background-color: #483443; }
a { background-color: rgb(72,52,67); }
div.DivClassName
{
background-color: #483443;
}
.BgClassName
{
background-color: #483443;
}
</style>
border-color css
<style>
span { border-color: #483443; }
span { border-color: rgb(72,52,67); }
td.TdClassName
{
border-color: #483443;
}
.TagClassName
{
border-color: #483443;
}
</style>