Shades of Voodoo #461A3F
Tints of Voodoo #461A3F
RGB
CMYK
RGB Variations
Color information
#461A3F (or 0x461A3F) is known color: Voodoo. HEX triplet: 46, 1A and 3F. RGB value is (70,26,63). Sum of RGB (Red+Green+Blue) = 70+26+63=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #461A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A3F is #B9E5C0. Grayscale: #2B2B2B. Windows color (decimal): -12182977 or 4135494. OLE color: 4135494.
HSL color Cylindrical-coordinate representation of color #461A3F: hue angle of 309.55º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461A3F is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 63 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.73 |
| HSL | 309.55º | 0.46% | 0.19% | - |
| HSV(B) | 309.55º | 0.63% | 0.27% | - |
| XYZ | 3.79 | 2.4 | 4.97 | - |
| YUV | 43.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 63 | 0 | 0.63 | 0.10 | 0.73 | 309.55 | 0.46 | 0.19 |
| Hex | 46 | 1A | 3F | 0 | 3F | A | 49 | 136 | 2E | 13 |
| Octal | 106 | 32 | 77 | 0 | 77 | 12 | 111 | 466 | 56 | 23 |
| Binary | 1000110 | 11010 | 111111 | 0 | 111111 | 1010 | 1001001 | 100110110 | 101110 | 10011 |
Color Harmonies of #461A3F
Complementary color
Monochromatic Colors of #461A3F
Black with #461A3F
Text Example
Text Example
White with #461A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A3F; }
p { color: rgb(70,26,63); }
H1.HeaderClassName
{
color: #461A3F;
}
.AnyTagClassName
{
color: #461A3F;
}
</style>
background-color css
<style>
a { background-color: #461A3F; }
a { background-color: rgb(70,26,63); }
div.DivClassName
{
background-color: #461A3F;
}
.BgClassName
{
background-color: #461A3F;
}
</style>
border-color css
<style>
span { border-color: #461A3F; }
span { border-color: rgb(70,26,63); }
td.TdClassName
{
border-color: #461A3F;
}
.TagClassName
{
border-color: #461A3F;
}
</style>