Shades of Voodoo #483243
Tints of Voodoo #483243
RGB
CMYK
RGB Variations
Color information
#483243 (or 0x483243) is known color: Voodoo. HEX triplet: 48, 32 and 43. RGB value is (72,50,67). Sum of RGB (Red+Green+Blue) = 72+50+67=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483243 is #B7CDBC. Grayscale: #3A3A3A. Windows color (decimal): -12045757 or 4403784. OLE color: 4403784.
HSL color Cylindrical-coordinate representation of color #483243: hue angle of 313.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483243 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 67 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.72 |
| HSL | 313.64º | 0.18% | 0.24% | - |
| HSV(B) | 313.64º | 0.31% | 0.28% | - |
| XYZ | 4.83 | 4.06 | 5.84 | - |
| YUV | 58.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 67 | 0 | 0.31 | 0.07 | 0.72 | 313.64 | 0.18 | 0.24 |
| Hex | 48 | 32 | 43 | 0 | 1F | 7 | 48 | 13A | 12 | 18 |
| Octal | 110 | 62 | 103 | 0 | 37 | 7 | 110 | 472 | 22 | 30 |
| Binary | 1001000 | 110010 | 1000011 | 0 | 11111 | 111 | 1001000 | 100111010 | 10010 | 11000 |
Color Harmonies of #483243
Complementary color
Monochromatic Colors of #483243
Black with #483243
Text Example
Text Example
White with #483243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483243; }
p { color: rgb(72,50,67); }
H1.HeaderClassName
{
color: #483243;
}
.AnyTagClassName
{
color: #483243;
}
</style>
background-color css
<style>
a { background-color: #483243; }
a { background-color: rgb(72,50,67); }
div.DivClassName
{
background-color: #483243;
}
.BgClassName
{
background-color: #483243;
}
</style>
border-color css
<style>
span { border-color: #483243; }
span { border-color: rgb(72,50,67); }
td.TdClassName
{
border-color: #483243;
}
.TagClassName
{
border-color: #483243;
}
</style>