Shades of Voodoo #4B283F
Tints of Voodoo #4B283F
RGB
CMYK
RGB Variations
Color information
#4B283F (or 0x4B283F) is known color: Voodoo. HEX triplet: 4B, 28 and 3F. RGB value is (75,40,63). Sum of RGB (Red+Green+Blue) = 75+40+63=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 75 - color contains mainly: red. Hex color #4B283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B283F is #B4D7C0. Grayscale: #353535. Windows color (decimal): -11851713 or 4139083. OLE color: 4139083.
HSL color Cylindrical-coordinate representation of color #4B283F: hue angle of 320.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B283F is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 40 | 63 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.71 |
| HSL | 320.57º | 0.3% | 0.23% | - |
| HSV(B) | 320.57º | 0.47% | 0.29% | - |
| XYZ | 4.56 | 3.37 | 5.11 | - |
| YUV | 53.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 63 | 0 | 0.47 | 0.16 | 0.71 | 320.57 | 0.3 | 0.23 |
| Hex | 4B | 28 | 3F | 0 | 2F | 10 | 47 | 141 | 1E | 17 |
| Octal | 113 | 50 | 77 | 0 | 57 | 20 | 107 | 501 | 36 | 27 |
| Binary | 1001011 | 101000 | 111111 | 0 | 101111 | 10000 | 1000111 | 101000001 | 11110 | 10111 |
Color Harmonies of #4B283F
Complementary color
Monochromatic Colors of #4B283F
Black with #4B283F
Text Example
Text Example
White with #4B283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B283F; }
p { color: rgb(75,40,63); }
H1.HeaderClassName
{
color: #4B283F;
}
.AnyTagClassName
{
color: #4B283F;
}
</style>
background-color css
<style>
a { background-color: #4B283F; }
a { background-color: rgb(75,40,63); }
div.DivClassName
{
background-color: #4B283F;
}
.BgClassName
{
background-color: #4B283F;
}
</style>
border-color css
<style>
span { border-color: #4B283F; }
span { border-color: rgb(75,40,63); }
td.TdClassName
{
border-color: #4B283F;
}
.TagClassName
{
border-color: #4B283F;
}
</style>