Shades of Voodoo #483A43
Tints of Voodoo #483A43
RGB
CMYK
RGB Variations
Color information
#483A43 (or 0x483A43) is known color: Voodoo. HEX triplet: 48, 3A and 43. RGB value is (72,58,67). Sum of RGB (Red+Green+Blue) = 72+58+67=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #483A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A43 is #B7C5BC. Grayscale: #3F3F3F. Windows color (decimal): -12043709 or 4405832. OLE color: 4405832.
HSL color Cylindrical-coordinate representation of color #483A43: hue angle of 321.43º 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 #483A43 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 67 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.72 |
| HSL | 321.43º | 0.11% | 0.25% | - |
| HSV(B) | 321.43º | 0.19% | 0.28% | - |
| XYZ | 5.2 | 4.81 | 5.96 | - |
| YUV | 63.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 67 | 0 | 0.19 | 0.07 | 0.72 | 321.43 | 0.11 | 0.25 |
| Hex | 48 | 3A | 43 | 0 | 13 | 7 | 48 | 141 | B | 19 |
| Octal | 110 | 72 | 103 | 0 | 23 | 7 | 110 | 501 | 13 | 31 |
| Binary | 1001000 | 111010 | 1000011 | 0 | 10011 | 111 | 1001000 | 101000001 | 1011 | 11001 |
Color Harmonies of #483A43
Complementary color
Monochromatic Colors of #483A43
Black with #483A43
Text Example
Text Example
White with #483A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A43; }
p { color: rgb(72,58,67); }
H1.HeaderClassName
{
color: #483A43;
}
.AnyTagClassName
{
color: #483A43;
}
</style>
background-color css
<style>
a { background-color: #483A43; }
a { background-color: rgb(72,58,67); }
div.DivClassName
{
background-color: #483A43;
}
.BgClassName
{
background-color: #483A43;
}
</style>
border-color css
<style>
span { border-color: #483A43; }
span { border-color: rgb(72,58,67); }
td.TdClassName
{
border-color: #483A43;
}
.TagClassName
{
border-color: #483A43;
}
</style>