Shades of Voodoo #433D41
Tints of Voodoo #433D41
RGB
CMYK
RGB Variations
Color information
#433D41 (or 0x433D41) is known color: Voodoo. HEX triplet: 43, 3D and 41. RGB value is (67,61,65). Sum of RGB (Red+Green+Blue) = 67+61+65=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 67 - color contains mainly: red. Hex color #433D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433D41 is #BCC2BE. Grayscale: #3F3F3F. Windows color (decimal): -12370623 or 4275523. OLE color: 4275523.
HSL color Cylindrical-coordinate representation of color #433D41: hue angle of 320º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #433D41 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 61 | 65 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.74 |
| HSL | 320º | 0.05% | 0.25% | - |
| HSV(B) | 320º | 0.09% | 0.26% | - |
| XYZ | 4.94 | 4.91 | 5.69 | - |
| YUV | 63.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 65 | 0 | 0.09 | 0.03 | 0.74 | 320 | 0.05 | 0.25 |
| Hex | 43 | 3D | 41 | 0 | 9 | 3 | 4A | 140 | 5 | 19 |
| Octal | 103 | 75 | 101 | 0 | 11 | 3 | 112 | 500 | 5 | 31 |
| Binary | 1000011 | 111101 | 1000001 | 0 | 1001 | 11 | 1001010 | 101000000 | 101 | 11001 |
Color Harmonies of #433D41
Complementary color
Monochromatic Colors of #433D41
Black with #433D41
Text Example
Text Example
White with #433D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D41; }
p { color: rgb(67,61,65); }
H1.HeaderClassName
{
color: #433D41;
}
.AnyTagClassName
{
color: #433D41;
}
</style>
background-color css
<style>
a { background-color: #433D41; }
a { background-color: rgb(67,61,65); }
div.DivClassName
{
background-color: #433D41;
}
.BgClassName
{
background-color: #433D41;
}
</style>
border-color css
<style>
span { border-color: #433D41; }
span { border-color: rgb(67,61,65); }
td.TdClassName
{
border-color: #433D41;
}
.TagClassName
{
border-color: #433D41;
}
</style>