Shades of Voodoo #4B273F
Tints of Voodoo #4B273F
RGB
CMYK
RGB Variations
Color information
#4B273F (or 0x4B273F) is known color: Voodoo. HEX triplet: 4B, 27 and 3F. RGB value is (75,39,63). Sum of RGB (Red+Green+Blue) = 75+39+63=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B273F is #B4D8C0. Grayscale: #343434. Windows color (decimal): -11851969 or 4138827. OLE color: 4138827.
HSL color Cylindrical-coordinate representation of color #4B273F: hue angle of 320º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B273F is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 63 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.71 |
| HSL | 320º | 0.32% | 0.22% | - |
| HSV(B) | 320º | 0.48% | 0.29% | - |
| XYZ | 4.52 | 3.31 | 5.1 | - |
| YUV | 52.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 63 | 0 | 0.48 | 0.16 | 0.71 | 320 | 0.32 | 0.22 |
| Hex | 4B | 27 | 3F | 0 | 30 | 10 | 47 | 140 | 20 | 16 |
| Octal | 113 | 47 | 77 | 0 | 60 | 20 | 107 | 500 | 40 | 26 |
| Binary | 1001011 | 100111 | 111111 | 0 | 110000 | 10000 | 1000111 | 101000000 | 100000 | 10110 |
Color Harmonies of #4B273F
Complementary color
Monochromatic Colors of #4B273F
Black with #4B273F
Text Example
Text Example
White with #4B273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B273F; }
p { color: rgb(75,39,63); }
H1.HeaderClassName
{
color: #4B273F;
}
.AnyTagClassName
{
color: #4B273F;
}
</style>
background-color css
<style>
a { background-color: #4B273F; }
a { background-color: rgb(75,39,63); }
div.DivClassName
{
background-color: #4B273F;
}
.BgClassName
{
background-color: #4B273F;
}
</style>
border-color css
<style>
span { border-color: #4B273F; }
span { border-color: rgb(75,39,63); }
td.TdClassName
{
border-color: #4B273F;
}
.TagClassName
{
border-color: #4B273F;
}
</style>