Shades of Voodoo #4A253E
Tints of Voodoo #4A253E
RGB
CMYK
RGB Variations
Color information
#4A253E (or 0x4A253E) is known color: Voodoo. HEX triplet: 4A, 25 and 3E. RGB value is (74,37,62). Sum of RGB (Red+Green+Blue) = 74+37+62=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A253E is #B5DAC1. Grayscale: #323232. Windows color (decimal): -11918018 or 4072778. OLE color: 4072778.
HSL color Cylindrical-coordinate representation of color #4A253E: hue angle of 319.46º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A253E is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 37 | 62 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.71 |
| HSL | 319.46º | 0.33% | 0.22% | - |
| HSV(B) | 319.46º | 0.5% | 0.29% | - |
| XYZ | 4.36 | 3.13 | 4.93 | - |
| YUV | 50.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 62 | 0 | 0.50 | 0.16 | 0.71 | 319.46 | 0.33 | 0.22 |
| Hex | 4A | 25 | 3E | 0 | 32 | 10 | 47 | 13F | 21 | 16 |
| Octal | 112 | 45 | 76 | 0 | 62 | 20 | 107 | 477 | 41 | 26 |
| Binary | 1001010 | 100101 | 111110 | 0 | 110010 | 10000 | 1000111 | 100111111 | 100001 | 10110 |
Color Harmonies of #4A253E
Complementary color
Monochromatic Colors of #4A253E
Black with #4A253E
Text Example
Text Example
White with #4A253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A253E; }
p { color: rgb(74,37,62); }
H1.HeaderClassName
{
color: #4A253E;
}
.AnyTagClassName
{
color: #4A253E;
}
</style>
background-color css
<style>
a { background-color: #4A253E; }
a { background-color: rgb(74,37,62); }
div.DivClassName
{
background-color: #4A253E;
}
.BgClassName
{
background-color: #4A253E;
}
</style>
border-color css
<style>
span { border-color: #4A253E; }
span { border-color: rgb(74,37,62); }
td.TdClassName
{
border-color: #4A253E;
}
.TagClassName
{
border-color: #4A253E;
}
</style>