Shades of Voodoo #461A3D
Tints of Voodoo #461A3D
RGB
CMYK
RGB Variations
Color information
#461A3D (or 0x461A3D) is known color: Voodoo. HEX triplet: 46, 1A and 3D. RGB value is (70,26,61). Sum of RGB (Red+Green+Blue) = 70+26+61=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A3D is #B9E5C2. Grayscale: #2B2B2B. Windows color (decimal): -12182979 or 4004422. OLE color: 4004422.
HSL color Cylindrical-coordinate representation of color #461A3D: hue angle of 312.27º 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 #461A3D is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 61 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.73 |
| HSL | 312.27º | 0.46% | 0.19% | - |
| HSV(B) | 312.27º | 0.63% | 0.27% | - |
| XYZ | 3.74 | 2.38 | 4.68 | - |
| YUV | 43.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 61 | 0 | 0.63 | 0.13 | 0.73 | 312.27 | 0.46 | 0.19 |
| Hex | 46 | 1A | 3D | 0 | 3F | D | 49 | 138 | 2E | 13 |
| Octal | 106 | 32 | 75 | 0 | 77 | 15 | 111 | 470 | 56 | 23 |
| Binary | 1000110 | 11010 | 111101 | 0 | 111111 | 1101 | 1001001 | 100111000 | 101110 | 10011 |
Color Harmonies of #461A3D
Complementary color
Monochromatic Colors of #461A3D
Black with #461A3D
Text Example
Text Example
White with #461A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A3D; }
p { color: rgb(70,26,61); }
H1.HeaderClassName
{
color: #461A3D;
}
.AnyTagClassName
{
color: #461A3D;
}
</style>
background-color css
<style>
a { background-color: #461A3D; }
a { background-color: rgb(70,26,61); }
div.DivClassName
{
background-color: #461A3D;
}
.BgClassName
{
background-color: #461A3D;
}
</style>
border-color css
<style>
span { border-color: #461A3D; }
span { border-color: rgb(70,26,61); }
td.TdClassName
{
border-color: #461A3D;
}
.TagClassName
{
border-color: #461A3D;
}
</style>