Shades of Voodoo #483A44
Tints of Voodoo #483A44
RGB
CMYK
RGB Variations
Color information
#483A44 (or 0x483A44) is known color: Voodoo. HEX triplet: 48, 3A and 44. RGB value is (72,58,68). Sum of RGB (Red+Green+Blue) = 72+58+68=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #483A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A44 is #B7C5BB. Grayscale: #3F3F3F. Windows color (decimal): -12043708 or 4471368. OLE color: 4471368.
HSL color Cylindrical-coordinate representation of color #483A44: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483A44 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 68 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.72 |
| HSL | 317.14º | 0.11% | 0.25% | - |
| HSV(B) | 317.14º | 0.19% | 0.28% | - |
| XYZ | 5.23 | 4.82 | 6.12 | - |
| YUV | 63.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 68 | 0 | 0.19 | 0.06 | 0.72 | 317.14 | 0.11 | 0.25 |
| Hex | 48 | 3A | 44 | 0 | 13 | 6 | 48 | 13D | B | 19 |
| Octal | 110 | 72 | 104 | 0 | 23 | 6 | 110 | 475 | 13 | 31 |
| Binary | 1001000 | 111010 | 1000100 | 0 | 10011 | 110 | 1001000 | 100111101 | 1011 | 11001 |
Color Harmonies of #483A44
Complementary color
Monochromatic Colors of #483A44
Black with #483A44
Text Example
Text Example
White with #483A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A44; }
p { color: rgb(72,58,68); }
H1.HeaderClassName
{
color: #483A44;
}
.AnyTagClassName
{
color: #483A44;
}
</style>
background-color css
<style>
a { background-color: #483A44; }
a { background-color: rgb(72,58,68); }
div.DivClassName
{
background-color: #483A44;
}
.BgClassName
{
background-color: #483A44;
}
</style>
border-color css
<style>
span { border-color: #483A44; }
span { border-color: rgb(72,58,68); }
td.TdClassName
{
border-color: #483A44;
}
.TagClassName
{
border-color: #483A44;
}
</style>