Shades of Voodoo #481C41
Tints of Voodoo #481C41
RGB
CMYK
RGB Variations
Color information
#481C41 (or 0x481C41) is known color: Voodoo. HEX triplet: 48, 1C and 41. RGB value is (72,28,65). Sum of RGB (Red+Green+Blue) = 72+28+65=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #481C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C41 is #B7E3BE. Grayscale: #2D2D2D. Windows color (decimal): -12051391 or 4267080. OLE color: 4267080.
HSL color Cylindrical-coordinate representation of color #481C41: hue angle of 309.55º 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 #481C41 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 65 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.72 |
| HSL | 309.55º | 0.44% | 0.2% | - |
| HSV(B) | 309.55º | 0.61% | 0.28% | - |
| XYZ | 4.04 | 2.59 | 5.29 | - |
| YUV | 45.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 65 | 0 | 0.61 | 0.10 | 0.72 | 309.55 | 0.44 | 0.2 |
| Hex | 48 | 1C | 41 | 0 | 3D | A | 48 | 136 | 2C | 14 |
| Octal | 110 | 34 | 101 | 0 | 75 | 12 | 110 | 466 | 54 | 24 |
| Binary | 1001000 | 11100 | 1000001 | 0 | 111101 | 1010 | 1001000 | 100110110 | 101100 | 10100 |
Color Harmonies of #481C41
Complementary color
Monochromatic Colors of #481C41
Black with #481C41
Text Example
Text Example
White with #481C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C41; }
p { color: rgb(72,28,65); }
H1.HeaderClassName
{
color: #481C41;
}
.AnyTagClassName
{
color: #481C41;
}
</style>
background-color css
<style>
a { background-color: #481C41; }
a { background-color: rgb(72,28,65); }
div.DivClassName
{
background-color: #481C41;
}
.BgClassName
{
background-color: #481C41;
}
</style>
border-color css
<style>
span { border-color: #481C41; }
span { border-color: rgb(72,28,65); }
td.TdClassName
{
border-color: #481C41;
}
.TagClassName
{
border-color: #481C41;
}
</style>