Shades of Voodoo #481D41
Tints of Voodoo #481D41
RGB
CMYK
RGB Variations
Color information
#481D41 (or 0x481D41) is known color: Voodoo. HEX triplet: 48, 1D and 41. RGB value is (72,29,65). Sum of RGB (Red+Green+Blue) = 72+29+65=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #481D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D41 is #B7E2BE. Grayscale: #2D2D2D. Windows color (decimal): -12051135 or 4267336. OLE color: 4267336.
HSL color Cylindrical-coordinate representation of color #481D41: hue angle of 309.77º 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 #481D41 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 65 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.72 |
| HSL | 309.77º | 0.43% | 0.2% | - |
| HSV(B) | 309.77º | 0.6% | 0.28% | - |
| XYZ | 4.07 | 2.64 | 5.3 | - |
| YUV | 45.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 65 | 0 | 0.60 | 0.10 | 0.72 | 309.77 | 0.43 | 0.2 |
| Hex | 48 | 1D | 41 | 0 | 3C | A | 48 | 136 | 2B | 14 |
| Octal | 110 | 35 | 101 | 0 | 74 | 12 | 110 | 466 | 53 | 24 |
| Binary | 1001000 | 11101 | 1000001 | 0 | 111100 | 1010 | 1001000 | 100110110 | 101011 | 10100 |
Color Harmonies of #481D41
Complementary color
Monochromatic Colors of #481D41
Black with #481D41
Text Example
Text Example
White with #481D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D41; }
p { color: rgb(72,29,65); }
H1.HeaderClassName
{
color: #481D41;
}
.AnyTagClassName
{
color: #481D41;
}
</style>
background-color css
<style>
a { background-color: #481D41; }
a { background-color: rgb(72,29,65); }
div.DivClassName
{
background-color: #481D41;
}
.BgClassName
{
background-color: #481D41;
}
</style>
border-color css
<style>
span { border-color: #481D41; }
span { border-color: rgb(72,29,65); }
td.TdClassName
{
border-color: #481D41;
}
.TagClassName
{
border-color: #481D41;
}
</style>