Shades of Voodoo #481F43
Tints of Voodoo #481F43
RGB
CMYK
RGB Variations
Color information
#481F43 (or 0x481F43) is known color: Voodoo. HEX triplet: 48, 1F and 43. RGB value is (72,31,67). Sum of RGB (Red+Green+Blue) = 72+31+67=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #481F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F43 is #B7E0BC. Grayscale: #2F2F2F. Windows color (decimal): -12050621 or 4398920. OLE color: 4398920.
HSL color Cylindrical-coordinate representation of color #481F43: hue angle of 307.32º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F43 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 31 | 67 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.72 |
| HSL | 307.32º | 0.4% | 0.2% | - |
| HSV(B) | 307.32º | 0.57% | 0.28% | - |
| XYZ | 4.18 | 2.76 | 5.62 | - |
| YUV | 47.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 67 | 0 | 0.57 | 0.07 | 0.72 | 307.32 | 0.4 | 0.2 |
| Hex | 48 | 1F | 43 | 0 | 39 | 7 | 48 | 133 | 28 | 14 |
| Octal | 110 | 37 | 103 | 0 | 71 | 7 | 110 | 463 | 50 | 24 |
| Binary | 1001000 | 11111 | 1000011 | 0 | 111001 | 111 | 1001000 | 100110011 | 101000 | 10100 |
Color Harmonies of #481F43
Complementary color
Monochromatic Colors of #481F43
Black with #481F43
Text Example
Text Example
White with #481F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F43; }
p { color: rgb(72,31,67); }
H1.HeaderClassName
{
color: #481F43;
}
.AnyTagClassName
{
color: #481F43;
}
</style>
background-color css
<style>
a { background-color: #481F43; }
a { background-color: rgb(72,31,67); }
div.DivClassName
{
background-color: #481F43;
}
.BgClassName
{
background-color: #481F43;
}
</style>
border-color css
<style>
span { border-color: #481F43; }
span { border-color: rgb(72,31,67); }
td.TdClassName
{
border-color: #481F43;
}
.TagClassName
{
border-color: #481F43;
}
</style>