Shades of Voodoo #482243
Tints of Voodoo #482243
RGB
CMYK
RGB Variations
Color information
#482243 (or 0x482243) is known color: Voodoo. HEX triplet: 48, 22 and 43. RGB value is (72,34,67). Sum of RGB (Red+Green+Blue) = 72+34+67=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482243 is #B7DDBC. Grayscale: #313131. Windows color (decimal): -12049853 or 4399688. OLE color: 4399688.
HSL color Cylindrical-coordinate representation of color #482243: hue angle of 307.89º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482243 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 67 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.72 |
| HSL | 307.89º | 0.36% | 0.21% | - |
| HSV(B) | 307.89º | 0.53% | 0.28% | - |
| XYZ | 4.26 | 2.93 | 5.65 | - |
| YUV | 49.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 67 | 0 | 0.53 | 0.07 | 0.72 | 307.89 | 0.36 | 0.21 |
| Hex | 48 | 22 | 43 | 0 | 35 | 7 | 48 | 134 | 24 | 15 |
| Octal | 110 | 42 | 103 | 0 | 65 | 7 | 110 | 464 | 44 | 25 |
| Binary | 1001000 | 100010 | 1000011 | 0 | 110101 | 111 | 1001000 | 100110100 | 100100 | 10101 |
Color Harmonies of #482243
Complementary color
Monochromatic Colors of #482243
Black with #482243
Text Example
Text Example
White with #482243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482243; }
p { color: rgb(72,34,67); }
H1.HeaderClassName
{
color: #482243;
}
.AnyTagClassName
{
color: #482243;
}
</style>
background-color css
<style>
a { background-color: #482243; }
a { background-color: rgb(72,34,67); }
div.DivClassName
{
background-color: #482243;
}
.BgClassName
{
background-color: #482243;
}
</style>
border-color css
<style>
span { border-color: #482243; }
span { border-color: rgb(72,34,67); }
td.TdClassName
{
border-color: #482243;
}
.TagClassName
{
border-color: #482243;
}
</style>