Shades of Voodoo #481E42
Tints of Voodoo #481E42
RGB
CMYK
RGB Variations
Color information
#481E42 (or 0x481E42) is known color: Voodoo. HEX triplet: 48, 1E and 42. RGB value is (72,30,66). Sum of RGB (Red+Green+Blue) = 72+30+66=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #481E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E42 is #B7E1BD. Grayscale: #2E2E2E. Windows color (decimal): -12050878 or 4333128. OLE color: 4333128.
HSL color Cylindrical-coordinate representation of color #481E42: hue angle of 308.57º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E42 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 66 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.72 |
| HSL | 308.57º | 0.41% | 0.2% | - |
| HSV(B) | 308.57º | 0.58% | 0.28% | - |
| XYZ | 4.12 | 2.7 | 5.46 | - |
| YUV | 46.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 66 | 0 | 0.58 | 0.08 | 0.72 | 308.57 | 0.41 | 0.2 |
| Hex | 48 | 1E | 42 | 0 | 3A | 8 | 48 | 135 | 29 | 14 |
| Octal | 110 | 36 | 102 | 0 | 72 | 10 | 110 | 465 | 51 | 24 |
| Binary | 1001000 | 11110 | 1000010 | 0 | 111010 | 1000 | 1001000 | 100110101 | 101001 | 10100 |
Color Harmonies of #481E42
Complementary color
Monochromatic Colors of #481E42
Black with #481E42
Text Example
Text Example
White with #481E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E42; }
p { color: rgb(72,30,66); }
H1.HeaderClassName
{
color: #481E42;
}
.AnyTagClassName
{
color: #481E42;
}
</style>
background-color css
<style>
a { background-color: #481E42; }
a { background-color: rgb(72,30,66); }
div.DivClassName
{
background-color: #481E42;
}
.BgClassName
{
background-color: #481E42;
}
</style>
border-color css
<style>
span { border-color: #481E42; }
span { border-color: rgb(72,30,66); }
td.TdClassName
{
border-color: #481E42;
}
.TagClassName
{
border-color: #481E42;
}
</style>