Shades of Voodoo #492B43
Tints of Voodoo #492B43
RGB
CMYK
RGB Variations
Color information
#492B43 (or 0x492B43) is known color: Voodoo. HEX triplet: 49, 2B and 43. RGB value is (73,43,67). Sum of RGB (Red+Green+Blue) = 73+43+67=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #492B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B43 is #B6D4BC. Grayscale: #363636. Windows color (decimal): -11982013 or 4401993. OLE color: 4401993.
HSL color Cylindrical-coordinate representation of color #492B43: hue angle of 312º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B43 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 67 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.71 |
| HSL | 312º | 0.26% | 0.23% | - |
| HSV(B) | 312º | 0.41% | 0.29% | - |
| XYZ | 4.62 | 3.55 | 5.75 | - |
| YUV | 54.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 67 | 0 | 0.41 | 0.08 | 0.71 | 312 | 0.26 | 0.23 |
| Hex | 49 | 2B | 43 | 0 | 29 | 8 | 47 | 138 | 1A | 17 |
| Octal | 111 | 53 | 103 | 0 | 51 | 10 | 107 | 470 | 32 | 27 |
| Binary | 1001001 | 101011 | 1000011 | 0 | 101001 | 1000 | 1000111 | 100111000 | 11010 | 10111 |
Color Harmonies of #492B43
Complementary color
Monochromatic Colors of #492B43
Black with #492B43
Text Example
Text Example
White with #492B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B43; }
p { color: rgb(73,43,67); }
H1.HeaderClassName
{
color: #492B43;
}
.AnyTagClassName
{
color: #492B43;
}
</style>
background-color css
<style>
a { background-color: #492B43; }
a { background-color: rgb(73,43,67); }
div.DivClassName
{
background-color: #492B43;
}
.BgClassName
{
background-color: #492B43;
}
</style>
border-color css
<style>
span { border-color: #492B43; }
span { border-color: rgb(73,43,67); }
td.TdClassName
{
border-color: #492B43;
}
.TagClassName
{
border-color: #492B43;
}
</style>