Shades of Voodoo #481D42
Tints of Voodoo #481D42
RGB
CMYK
RGB Variations
Color information
#481D42 (or 0x481D42) is known color: Voodoo. HEX triplet: 48, 1D and 42. RGB value is (72,29,66). Sum of RGB (Red+Green+Blue) = 72+29+66=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #481D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D42 is #B7E2BD. Grayscale: #2D2D2D. Windows color (decimal): -12051134 or 4332872. OLE color: 4332872.
HSL color Cylindrical-coordinate representation of color #481D42: hue angle of 308.37º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D42 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 66 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.72 |
| HSL | 308.37º | 0.43% | 0.2% | - |
| HSV(B) | 308.37º | 0.6% | 0.28% | - |
| XYZ | 4.1 | 2.65 | 5.45 | - |
| YUV | 46.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 66 | 0 | 0.60 | 0.08 | 0.72 | 308.37 | 0.43 | 0.2 |
| Hex | 48 | 1D | 42 | 0 | 3C | 8 | 48 | 134 | 2B | 14 |
| Octal | 110 | 35 | 102 | 0 | 74 | 10 | 110 | 464 | 53 | 24 |
| Binary | 1001000 | 11101 | 1000010 | 0 | 111100 | 1000 | 1001000 | 100110100 | 101011 | 10100 |
Color Harmonies of #481D42
Complementary color
Monochromatic Colors of #481D42
Black with #481D42
Text Example
Text Example
White with #481D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D42; }
p { color: rgb(72,29,66); }
H1.HeaderClassName
{
color: #481D42;
}
.AnyTagClassName
{
color: #481D42;
}
</style>
background-color css
<style>
a { background-color: #481D42; }
a { background-color: rgb(72,29,66); }
div.DivClassName
{
background-color: #481D42;
}
.BgClassName
{
background-color: #481D42;
}
</style>
border-color css
<style>
span { border-color: #481D42; }
span { border-color: rgb(72,29,66); }
td.TdClassName
{
border-color: #481D42;
}
.TagClassName
{
border-color: #481D42;
}
</style>