Shades of Voodoo #483641
Tints of Voodoo #483641
RGB
CMYK
RGB Variations
Color information
#483641 (or 0x483641) is known color: Voodoo. HEX triplet: 48, 36 and 41. RGB value is (72,54,65). Sum of RGB (Red+Green+Blue) = 72+54+65=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483641 is #B7C9BE. Grayscale: #3C3C3C. Windows color (decimal): -12044735 or 4273736. OLE color: 4273736.
HSL color Cylindrical-coordinate representation of color #483641: hue angle of 323.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #483641 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 65 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.72 |
| HSL | 323.33º | 0.14% | 0.25% | - |
| HSV(B) | 323.33º | 0.25% | 0.28% | - |
| XYZ | 4.95 | 4.4 | 5.59 | - |
| YUV | 60.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 65 | 0 | 0.25 | 0.10 | 0.72 | 323.33 | 0.14 | 0.25 |
| Hex | 48 | 36 | 41 | 0 | 19 | A | 48 | 143 | E | 19 |
| Octal | 110 | 66 | 101 | 0 | 31 | 12 | 110 | 503 | 16 | 31 |
| Binary | 1001000 | 110110 | 1000001 | 0 | 11001 | 1010 | 1001000 | 101000011 | 1110 | 11001 |
Color Harmonies of #483641
Complementary color
Monochromatic Colors of #483641
Black with #483641
Text Example
Text Example
White with #483641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483641; }
p { color: rgb(72,54,65); }
H1.HeaderClassName
{
color: #483641;
}
.AnyTagClassName
{
color: #483641;
}
</style>
background-color css
<style>
a { background-color: #483641; }
a { background-color: rgb(72,54,65); }
div.DivClassName
{
background-color: #483641;
}
.BgClassName
{
background-color: #483641;
}
</style>
border-color css
<style>
span { border-color: #483641; }
span { border-color: rgb(72,54,65); }
td.TdClassName
{
border-color: #483641;
}
.TagClassName
{
border-color: #483641;
}
</style>