Shades of Voodoo #492843
Tints of Voodoo #492843
RGB
CMYK
RGB Variations
Color information
#492843 (or 0x492843) is known color: Voodoo. HEX triplet: 49, 28 and 43. RGB value is (73,40,67). Sum of RGB (Red+Green+Blue) = 73+40+67=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #492843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492843 is #B6D7BC. Grayscale: #343434. Windows color (decimal): -11982781 or 4401225. OLE color: 4401225.
HSL color Cylindrical-coordinate representation of color #492843: hue angle of 310.91º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492843 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 67 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.71 |
| HSL | 310.91º | 0.29% | 0.22% | - |
| HSV(B) | 310.91º | 0.45% | 0.29% | - |
| XYZ | 4.52 | 3.34 | 5.72 | - |
| YUV | 52.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 67 | 0 | 0.45 | 0.08 | 0.71 | 310.91 | 0.29 | 0.22 |
| Hex | 49 | 28 | 43 | 0 | 2D | 8 | 47 | 137 | 1D | 16 |
| Octal | 111 | 50 | 103 | 0 | 55 | 10 | 107 | 467 | 35 | 26 |
| Binary | 1001001 | 101000 | 1000011 | 0 | 101101 | 1000 | 1000111 | 100110111 | 11101 | 10110 |
Color Harmonies of #492843
Complementary color
Monochromatic Colors of #492843
Black with #492843
Text Example
Text Example
White with #492843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492843; }
p { color: rgb(73,40,67); }
H1.HeaderClassName
{
color: #492843;
}
.AnyTagClassName
{
color: #492843;
}
</style>
background-color css
<style>
a { background-color: #492843; }
a { background-color: rgb(73,40,67); }
div.DivClassName
{
background-color: #492843;
}
.BgClassName
{
background-color: #492843;
}
</style>
border-color css
<style>
span { border-color: #492843; }
span { border-color: rgb(73,40,67); }
td.TdClassName
{
border-color: #492843;
}
.TagClassName
{
border-color: #492843;
}
</style>