Shades of Voodoo #4A243E
Tints of Voodoo #4A243E
RGB
CMYK
RGB Variations
Color information
#4A243E (or 0x4A243E) is known color: Voodoo. HEX triplet: 4A, 24 and 3E. RGB value is (74,36,62). Sum of RGB (Red+Green+Blue) = 74+36+62=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 74 - color contains mainly: red. Hex color #4A243E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A243E is #B5DBC1. Grayscale: #323232. Windows color (decimal): -11918274 or 4072522. OLE color: 4072522.
HSL color Cylindrical-coordinate representation of color #4A243E: hue angle of 318.95º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A243E is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 36 | 62 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.71 |
| HSL | 318.95º | 0.35% | 0.22% | - |
| HSV(B) | 318.95º | 0.51% | 0.29% | - |
| XYZ | 4.32 | 3.07 | 4.92 | - |
| YUV | 50.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 62 | 0 | 0.51 | 0.16 | 0.71 | 318.95 | 0.35 | 0.22 |
| Hex | 4A | 24 | 3E | 0 | 33 | 10 | 47 | 13F | 23 | 16 |
| Octal | 112 | 44 | 76 | 0 | 63 | 20 | 107 | 477 | 43 | 26 |
| Binary | 1001010 | 100100 | 111110 | 0 | 110011 | 10000 | 1000111 | 100111111 | 100011 | 10110 |
Color Harmonies of #4A243E
Complementary color
Monochromatic Colors of #4A243E
Black with #4A243E
Text Example
Text Example
White with #4A243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A243E; }
p { color: rgb(74,36,62); }
H1.HeaderClassName
{
color: #4A243E;
}
.AnyTagClassName
{
color: #4A243E;
}
</style>
background-color css
<style>
a { background-color: #4A243E; }
a { background-color: rgb(74,36,62); }
div.DivClassName
{
background-color: #4A243E;
}
.BgClassName
{
background-color: #4A243E;
}
</style>
border-color css
<style>
span { border-color: #4A243E; }
span { border-color: rgb(74,36,62); }
td.TdClassName
{
border-color: #4A243E;
}
.TagClassName
{
border-color: #4A243E;
}
</style>