Shades of Voodoo #483E44
Tints of Voodoo #483E44
RGB
CMYK
RGB Variations
Color information
#483E44 (or 0x483E44) is known color: Voodoo. HEX triplet: 48, 3E and 44. RGB value is (72,62,68). Sum of RGB (Red+Green+Blue) = 72+62+68=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #483E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E44 is #B7C1BB. Grayscale: #414141. Windows color (decimal): -12042684 or 4472392. OLE color: 4472392.
HSL color Cylindrical-coordinate representation of color #483E44: hue angle of 324º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #483E44 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 68 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.72 |
| HSL | 324º | 0.07% | 0.26% | - |
| HSV(B) | 324º | 0.14% | 0.28% | - |
| XYZ | 5.44 | 5.24 | 6.19 | - |
| YUV | 65.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 68 | 0 | 0.14 | 0.06 | 0.72 | 324 | 0.07 | 0.26 |
| Hex | 48 | 3E | 44 | 0 | E | 6 | 48 | 144 | 7 | 1A |
| Octal | 110 | 76 | 104 | 0 | 16 | 6 | 110 | 504 | 7 | 32 |
| Binary | 1001000 | 111110 | 1000100 | 0 | 1110 | 110 | 1001000 | 101000100 | 111 | 11010 |
Color Harmonies of #483E44
Complementary color
Monochromatic Colors of #483E44
Black with #483E44
Text Example
Text Example
White with #483E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E44; }
p { color: rgb(72,62,68); }
H1.HeaderClassName
{
color: #483E44;
}
.AnyTagClassName
{
color: #483E44;
}
</style>
background-color css
<style>
a { background-color: #483E44; }
a { background-color: rgb(72,62,68); }
div.DivClassName
{
background-color: #483E44;
}
.BgClassName
{
background-color: #483E44;
}
</style>
border-color css
<style>
span { border-color: #483E44; }
span { border-color: rgb(72,62,68); }
td.TdClassName
{
border-color: #483E44;
}
.TagClassName
{
border-color: #483E44;
}
</style>