Shades of Voodoo #432B40
Tints of Voodoo #432B40
RGB
CMYK
RGB Variations
Color information
#432B40 (or 0x432B40) is known color: Voodoo. HEX triplet: 43, 2B and 40. RGB value is (67,43,64). Sum of RGB (Red+Green+Blue) = 67+43+64=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 67 - color contains mainly: red. Hex color #432B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B40 is #BCD4BF. Grayscale: #343434. Windows color (decimal): -12375232 or 4205379. OLE color: 4205379.
HSL color Cylindrical-coordinate representation of color #432B40: hue angle of 307.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #432B40 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 64 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.74 |
| HSL | 307.5º | 0.22% | 0.22% | - |
| HSV(B) | 307.5º | 0.36% | 0.26% | - |
| XYZ | 4.1 | 3.29 | 5.27 | - |
| YUV | 52.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 64 | 0 | 0.36 | 0.04 | 0.74 | 307.5 | 0.22 | 0.22 |
| Hex | 43 | 2B | 40 | 0 | 24 | 4 | 4A | 134 | 16 | 16 |
| Octal | 103 | 53 | 100 | 0 | 44 | 4 | 112 | 464 | 26 | 26 |
| Binary | 1000011 | 101011 | 1000000 | 0 | 100100 | 100 | 1001010 | 100110100 | 10110 | 10110 |
Color Harmonies of #432B40
Complementary color
Monochromatic Colors of #432B40
Black with #432B40
Text Example
Text Example
White with #432B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B40; }
p { color: rgb(67,43,64); }
H1.HeaderClassName
{
color: #432B40;
}
.AnyTagClassName
{
color: #432B40;
}
</style>
background-color css
<style>
a { background-color: #432B40; }
a { background-color: rgb(67,43,64); }
div.DivClassName
{
background-color: #432B40;
}
.BgClassName
{
background-color: #432B40;
}
</style>
border-color css
<style>
span { border-color: #432B40; }
span { border-color: rgb(67,43,64); }
td.TdClassName
{
border-color: #432B40;
}
.TagClassName
{
border-color: #432B40;
}
</style>