Shades of Voodoo #431F3E
Tints of Voodoo #431F3E
RGB
CMYK
RGB Variations
Color information
#431F3E (or 0x431F3E) is known color: Voodoo. HEX triplet: 43, 1F and 3E. RGB value is (67,31,62). Sum of RGB (Red+Green+Blue) = 67+31+62=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #431F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F3E is #BCE0C1. Grayscale: #2D2D2D. Windows color (decimal): -12378306 or 4071235. OLE color: 4071235.
HSL color Cylindrical-coordinate representation of color #431F3E: hue angle of 308.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F3E is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 62 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.74 |
| HSL | 308.33º | 0.37% | 0.19% | - |
| HSV(B) | 308.33º | 0.54% | 0.26% | - |
| XYZ | 3.67 | 2.52 | 4.85 | - |
| YUV | 45.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 62 | 0 | 0.54 | 0.07 | 0.74 | 308.33 | 0.37 | 0.19 |
| Hex | 43 | 1F | 3E | 0 | 36 | 7 | 4A | 134 | 25 | 13 |
| Octal | 103 | 37 | 76 | 0 | 66 | 7 | 112 | 464 | 45 | 23 |
| Binary | 1000011 | 11111 | 111110 | 0 | 110110 | 111 | 1001010 | 100110100 | 100101 | 10011 |
Color Harmonies of #431F3E
Complementary color
Monochromatic Colors of #431F3E
Black with #431F3E
Text Example
Text Example
White with #431F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F3E; }
p { color: rgb(67,31,62); }
H1.HeaderClassName
{
color: #431F3E;
}
.AnyTagClassName
{
color: #431F3E;
}
</style>
background-color css
<style>
a { background-color: #431F3E; }
a { background-color: rgb(67,31,62); }
div.DivClassName
{
background-color: #431F3E;
}
.BgClassName
{
background-color: #431F3E;
}
</style>
border-color css
<style>
span { border-color: #431F3E; }
span { border-color: rgb(67,31,62); }
td.TdClassName
{
border-color: #431F3E;
}
.TagClassName
{
border-color: #431F3E;
}
</style>