Shades of Voodoo #4A253F
Tints of Voodoo #4A253F
RGB
CMYK
RGB Variations
Color information
#4A253F (or 0x4A253F) is known color: Voodoo. HEX triplet: 4A, 25 and 3F. RGB value is (74,37,63). Sum of RGB (Red+Green+Blue) = 74+37+63=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 74 - color contains mainly: red. Hex color #4A253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A253F is #B5DAC0. Grayscale: #323232. Windows color (decimal): -11918017 or 4138314. OLE color: 4138314.
HSL color Cylindrical-coordinate representation of color #4A253F: hue angle of 317.84º 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 #4A253F is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 37 | 63 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.71 |
| HSL | 317.84º | 0.33% | 0.22% | - |
| HSV(B) | 317.84º | 0.5% | 0.29% | - |
| XYZ | 4.38 | 3.14 | 5.08 | - |
| YUV | 51.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 63 | 0 | 0.50 | 0.15 | 0.71 | 317.84 | 0.33 | 0.22 |
| Hex | 4A | 25 | 3F | 0 | 32 | F | 47 | 13E | 21 | 16 |
| Octal | 112 | 45 | 77 | 0 | 62 | 17 | 107 | 476 | 41 | 26 |
| Binary | 1001010 | 100101 | 111111 | 0 | 110010 | 1111 | 1000111 | 100111110 | 100001 | 10110 |
Color Harmonies of #4A253F
Complementary color
Monochromatic Colors of #4A253F
Black with #4A253F
Text Example
Text Example
White with #4A253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A253F; }
p { color: rgb(74,37,63); }
H1.HeaderClassName
{
color: #4A253F;
}
.AnyTagClassName
{
color: #4A253F;
}
</style>
background-color css
<style>
a { background-color: #4A253F; }
a { background-color: rgb(74,37,63); }
div.DivClassName
{
background-color: #4A253F;
}
.BgClassName
{
background-color: #4A253F;
}
</style>
border-color css
<style>
span { border-color: #4A253F; }
span { border-color: rgb(74,37,63); }
td.TdClassName
{
border-color: #4A253F;
}
.TagClassName
{
border-color: #4A253F;
}
</style>