Shades of Voodoo #432E40
Tints of Voodoo #432E40
RGB
CMYK
RGB Variations
Color information
#432E40 (or 0x432E40) is known color: Voodoo. HEX triplet: 43, 2E and 40. RGB value is (67,46,64). Sum of RGB (Red+Green+Blue) = 67+46+64=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 67 - color contains mainly: red. Hex color #432E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E40 is #BCD1BF. Grayscale: #363636. Windows color (decimal): -12374464 or 4206147. OLE color: 4206147.
HSL color Cylindrical-coordinate representation of color #432E40: hue angle of 308.57º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #432E40 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 64 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.74 |
| HSL | 308.57º | 0.19% | 0.22% | - |
| HSV(B) | 308.57º | 0.31% | 0.26% | - |
| XYZ | 4.22 | 3.52 | 5.31 | - |
| YUV | 54.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 64 | 0 | 0.31 | 0.04 | 0.74 | 308.57 | 0.19 | 0.22 |
| Hex | 43 | 2E | 40 | 0 | 1F | 4 | 4A | 135 | 13 | 16 |
| Octal | 103 | 56 | 100 | 0 | 37 | 4 | 112 | 465 | 23 | 26 |
| Binary | 1000011 | 101110 | 1000000 | 0 | 11111 | 100 | 1001010 | 100110101 | 10011 | 10110 |
Color Harmonies of #432E40
Complementary color
Monochromatic Colors of #432E40
Black with #432E40
Text Example
Text Example
White with #432E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E40; }
p { color: rgb(67,46,64); }
H1.HeaderClassName
{
color: #432E40;
}
.AnyTagClassName
{
color: #432E40;
}
</style>
background-color css
<style>
a { background-color: #432E40; }
a { background-color: rgb(67,46,64); }
div.DivClassName
{
background-color: #432E40;
}
.BgClassName
{
background-color: #432E40;
}
</style>
border-color css
<style>
span { border-color: #432E40; }
span { border-color: rgb(67,46,64); }
td.TdClassName
{
border-color: #432E40;
}
.TagClassName
{
border-color: #432E40;
}
</style>