Shades of Voodoo #481C3F
Tints of Voodoo #481C3F
RGB
CMYK
RGB Variations
Color information
#481C3F (or 0x481C3F) is known color: Voodoo. HEX triplet: 48, 1C and 3F. RGB value is (72,28,63). Sum of RGB (Red+Green+Blue) = 72+28+63=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C3F is #B7E3C0. Grayscale: #2D2D2D. Windows color (decimal): -12051393 or 4136008. OLE color: 4136008.
HSL color Cylindrical-coordinate representation of color #481C3F: hue angle of 312.27º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C3F is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 63 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.72 |
| HSL | 312.27º | 0.44% | 0.2% | - |
| HSV(B) | 312.27º | 0.61% | 0.28% | - |
| XYZ | 3.98 | 2.57 | 4.99 | - |
| YUV | 45.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 63 | 0 | 0.61 | 0.12 | 0.72 | 312.27 | 0.44 | 0.2 |
| Hex | 48 | 1C | 3F | 0 | 3D | C | 48 | 138 | 2C | 14 |
| Octal | 110 | 34 | 77 | 0 | 75 | 14 | 110 | 470 | 54 | 24 |
| Binary | 1001000 | 11100 | 111111 | 0 | 111101 | 1100 | 1001000 | 100111000 | 101100 | 10100 |
Color Harmonies of #481C3F
Complementary color
Monochromatic Colors of #481C3F
Black with #481C3F
Text Example
Text Example
White with #481C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C3F; }
p { color: rgb(72,28,63); }
H1.HeaderClassName
{
color: #481C3F;
}
.AnyTagClassName
{
color: #481C3F;
}
</style>
background-color css
<style>
a { background-color: #481C3F; }
a { background-color: rgb(72,28,63); }
div.DivClassName
{
background-color: #481C3F;
}
.BgClassName
{
background-color: #481C3F;
}
</style>
border-color css
<style>
span { border-color: #481C3F; }
span { border-color: rgb(72,28,63); }
td.TdClassName
{
border-color: #481C3F;
}
.TagClassName
{
border-color: #481C3F;
}
</style>