Shades of Voodoo #4B253E
Tints of Voodoo #4B253E
RGB
CMYK
RGB Variations
Color information
#4B253E (or 0x4B253E) is known color: Voodoo. HEX triplet: 4B, 25 and 3E. RGB value is (75,37,62). Sum of RGB (Red+Green+Blue) = 75+37+62=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B253E is #B4DAC1. Grayscale: #333333. Windows color (decimal): -11852482 or 4072779. OLE color: 4072779.
HSL color Cylindrical-coordinate representation of color #4B253E: hue angle of 320.53º degrees, saturation: 0.34, 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 #4B253E is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 62 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.71 |
| HSL | 320.53º | 0.34% | 0.22% | - |
| HSV(B) | 320.53º | 0.51% | 0.29% | - |
| XYZ | 4.43 | 3.17 | 4.94 | - |
| YUV | 51.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 62 | 0 | 0.51 | 0.17 | 0.71 | 320.53 | 0.34 | 0.22 |
| Hex | 4B | 25 | 3E | 0 | 33 | 11 | 47 | 141 | 22 | 16 |
| Octal | 113 | 45 | 76 | 0 | 63 | 21 | 107 | 501 | 42 | 26 |
| Binary | 1001011 | 100101 | 111110 | 0 | 110011 | 10001 | 1000111 | 101000001 | 100010 | 10110 |
Color Harmonies of #4B253E
Complementary color
Monochromatic Colors of #4B253E
Black with #4B253E
Text Example
Text Example
White with #4B253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B253E; }
p { color: rgb(75,37,62); }
H1.HeaderClassName
{
color: #4B253E;
}
.AnyTagClassName
{
color: #4B253E;
}
</style>
background-color css
<style>
a { background-color: #4B253E; }
a { background-color: rgb(75,37,62); }
div.DivClassName
{
background-color: #4B253E;
}
.BgClassName
{
background-color: #4B253E;
}
</style>
border-color css
<style>
span { border-color: #4B253E; }
span { border-color: rgb(75,37,62); }
td.TdClassName
{
border-color: #4B253E;
}
.TagClassName
{
border-color: #4B253E;
}
</style>