Shades of Voodoo #462A3D
Tints of Voodoo #462A3D
RGB
CMYK
RGB Variations
Color information
#462A3D (or 0x462A3D) is known color: Voodoo. HEX triplet: 46, 2A and 3D. RGB value is (70,42,61). Sum of RGB (Red+Green+Blue) = 70+42+61=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #462A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A3D is #B9D5C2. Grayscale: #343434. Windows color (decimal): -12178883 or 4008518. OLE color: 4008518.
HSL color Cylindrical-coordinate representation of color #462A3D: hue angle of 319.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #462A3D is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 42 | 61 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.73 |
| HSL | 319.29º | 0.25% | 0.22% | - |
| HSV(B) | 319.29º | 0.4% | 0.27% | - |
| XYZ | 4.2 | 3.29 | 4.83 | - |
| YUV | 52.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 61 | 0 | 0.40 | 0.13 | 0.73 | 319.29 | 0.25 | 0.22 |
| Hex | 46 | 2A | 3D | 0 | 28 | D | 49 | 13F | 19 | 16 |
| Octal | 106 | 52 | 75 | 0 | 50 | 15 | 111 | 477 | 31 | 26 |
| Binary | 1000110 | 101010 | 111101 | 0 | 101000 | 1101 | 1001001 | 100111111 | 11001 | 10110 |
Color Harmonies of #462A3D
Complementary color
Monochromatic Colors of #462A3D
Black with #462A3D
Text Example
Text Example
White with #462A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A3D; }
p { color: rgb(70,42,61); }
H1.HeaderClassName
{
color: #462A3D;
}
.AnyTagClassName
{
color: #462A3D;
}
</style>
background-color css
<style>
a { background-color: #462A3D; }
a { background-color: rgb(70,42,61); }
div.DivClassName
{
background-color: #462A3D;
}
.BgClassName
{
background-color: #462A3D;
}
</style>
border-color css
<style>
span { border-color: #462A3D; }
span { border-color: rgb(70,42,61); }
td.TdClassName
{
border-color: #462A3D;
}
.TagClassName
{
border-color: #462A3D;
}
</style>