Shades of Voodoo #461A3E
Tints of Voodoo #461A3E
RGB
CMYK
RGB Variations
Color information
#461A3E (or 0x461A3E) is known color: Voodoo. HEX triplet: 46, 1A and 3E. RGB value is (70,26,62). Sum of RGB (Red+Green+Blue) = 70+26+62=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #461A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A3E is #B9E5C1. Grayscale: #2B2B2B. Windows color (decimal): -12182978 or 4069958. OLE color: 4069958.
HSL color Cylindrical-coordinate representation of color #461A3E: hue angle of 310.91º 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 #461A3E is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 62 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.73 |
| HSL | 310.91º | 0.46% | 0.19% | - |
| HSV(B) | 310.91º | 0.63% | 0.27% | - |
| XYZ | 3.76 | 2.39 | 4.82 | - |
| YUV | 43.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 62 | 0 | 0.63 | 0.11 | 0.73 | 310.91 | 0.46 | 0.19 |
| Hex | 46 | 1A | 3E | 0 | 3F | B | 49 | 137 | 2E | 13 |
| Octal | 106 | 32 | 76 | 0 | 77 | 13 | 111 | 467 | 56 | 23 |
| Binary | 1000110 | 11010 | 111110 | 0 | 111111 | 1011 | 1001001 | 100110111 | 101110 | 10011 |
Color Harmonies of #461A3E
Complementary color
Monochromatic Colors of #461A3E
Black with #461A3E
Text Example
Text Example
White with #461A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A3E; }
p { color: rgb(70,26,62); }
H1.HeaderClassName
{
color: #461A3E;
}
.AnyTagClassName
{
color: #461A3E;
}
</style>
background-color css
<style>
a { background-color: #461A3E; }
a { background-color: rgb(70,26,62); }
div.DivClassName
{
background-color: #461A3E;
}
.BgClassName
{
background-color: #461A3E;
}
</style>
border-color css
<style>
span { border-color: #461A3E; }
span { border-color: rgb(70,26,62); }
td.TdClassName
{
border-color: #461A3E;
}
.TagClassName
{
border-color: #461A3E;
}
</style>