Shades of Voodoo #461D41
Tints of Voodoo #461D41
RGB
CMYK
RGB Variations
Color information
#461D41 (or 0x461D41) is known color: Voodoo. HEX triplet: 46, 1D and 41. RGB value is (70,29,65). Sum of RGB (Red+Green+Blue) = 70+29+65=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #461D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D41 is #B9E2BE. Grayscale: #2D2D2D. Windows color (decimal): -12182207 or 4267334. OLE color: 4267334.
HSL color Cylindrical-coordinate representation of color #461D41: hue angle of 307.32º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D41 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 65 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.73 |
| HSL | 307.32º | 0.41% | 0.19% | - |
| HSV(B) | 307.32º | 0.59% | 0.27% | - |
| XYZ | 3.92 | 2.56 | 5.29 | - |
| YUV | 45.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 65 | 0 | 0.59 | 0.07 | 0.73 | 307.32 | 0.41 | 0.19 |
| Hex | 46 | 1D | 41 | 0 | 3B | 7 | 49 | 133 | 29 | 13 |
| Octal | 106 | 35 | 101 | 0 | 73 | 7 | 111 | 463 | 51 | 23 |
| Binary | 1000110 | 11101 | 1000001 | 0 | 111011 | 111 | 1001001 | 100110011 | 101001 | 10011 |
Color Harmonies of #461D41
Complementary color
Monochromatic Colors of #461D41
Black with #461D41
Text Example
Text Example
White with #461D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D41; }
p { color: rgb(70,29,65); }
H1.HeaderClassName
{
color: #461D41;
}
.AnyTagClassName
{
color: #461D41;
}
</style>
background-color css
<style>
a { background-color: #461D41; }
a { background-color: rgb(70,29,65); }
div.DivClassName
{
background-color: #461D41;
}
.BgClassName
{
background-color: #461D41;
}
</style>
border-color css
<style>
span { border-color: #461D41; }
span { border-color: rgb(70,29,65); }
td.TdClassName
{
border-color: #461D41;
}
.TagClassName
{
border-color: #461D41;
}
</style>