Shades of Voodoo #432D41
Tints of Voodoo #432D41
RGB
CMYK
RGB Variations
Color information
#432D41 (or 0x432D41) is known color: Voodoo. HEX triplet: 43, 2D and 41. RGB value is (67,45,65). Sum of RGB (Red+Green+Blue) = 67+45+65=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 67 - color contains mainly: red. Hex color #432D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432D41 is #BCD2BE. Grayscale: #353535. Windows color (decimal): -12374719 or 4271427. OLE color: 4271427.
HSL color Cylindrical-coordinate representation of color #432D41: hue angle of 305.45º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #432D41 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 65 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.74 |
| HSL | 305.45º | 0.2% | 0.22% | - |
| HSV(B) | 305.45º | 0.33% | 0.26% | - |
| XYZ | 4.21 | 3.45 | 5.45 | - |
| YUV | 53.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 65 | 0 | 0.33 | 0.03 | 0.74 | 305.45 | 0.2 | 0.22 |
| Hex | 43 | 2D | 41 | 0 | 21 | 3 | 4A | 131 | 14 | 16 |
| Octal | 103 | 55 | 101 | 0 | 41 | 3 | 112 | 461 | 24 | 26 |
| Binary | 1000011 | 101101 | 1000001 | 0 | 100001 | 11 | 1001010 | 100110001 | 10100 | 10110 |
Color Harmonies of #432D41
Complementary color
Monochromatic Colors of #432D41
Black with #432D41
Text Example
Text Example
White with #432D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D41; }
p { color: rgb(67,45,65); }
H1.HeaderClassName
{
color: #432D41;
}
.AnyTagClassName
{
color: #432D41;
}
</style>
background-color css
<style>
a { background-color: #432D41; }
a { background-color: rgb(67,45,65); }
div.DivClassName
{
background-color: #432D41;
}
.BgClassName
{
background-color: #432D41;
}
</style>
border-color css
<style>
span { border-color: #432D41; }
span { border-color: rgb(67,45,65); }
td.TdClassName
{
border-color: #432D41;
}
.TagClassName
{
border-color: #432D41;
}
</style>