Shades of Voodoo #431F3D
Tints of Voodoo #431F3D
RGB
CMYK
RGB Variations
Color information
#431F3D (or 0x431F3D) is known color: Voodoo. HEX triplet: 43, 1F and 3D. RGB value is (67,31,61). Sum of RGB (Red+Green+Blue) = 67+31+61=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 67 - color contains mainly: red. Hex color #431F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F3D is #BCE0C2. Grayscale: #2D2D2D. Windows color (decimal): -12378307 or 4005699. OLE color: 4005699.
HSL color Cylindrical-coordinate representation of color #431F3D: hue angle of 310º 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 #431F3D is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 61 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.74 |
| HSL | 310º | 0.37% | 0.19% | - |
| HSV(B) | 310º | 0.54% | 0.26% | - |
| XYZ | 3.65 | 2.51 | 4.71 | - |
| YUV | 45.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 61 | 0 | 0.54 | 0.09 | 0.74 | 310 | 0.37 | 0.19 |
| Hex | 43 | 1F | 3D | 0 | 36 | 9 | 4A | 136 | 25 | 13 |
| Octal | 103 | 37 | 75 | 0 | 66 | 11 | 112 | 466 | 45 | 23 |
| Binary | 1000011 | 11111 | 111101 | 0 | 110110 | 1001 | 1001010 | 100110110 | 100101 | 10011 |
Color Harmonies of #431F3D
Complementary color
Monochromatic Colors of #431F3D
Black with #431F3D
Text Example
Text Example
White with #431F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F3D; }
p { color: rgb(67,31,61); }
H1.HeaderClassName
{
color: #431F3D;
}
.AnyTagClassName
{
color: #431F3D;
}
</style>
background-color css
<style>
a { background-color: #431F3D; }
a { background-color: rgb(67,31,61); }
div.DivClassName
{
background-color: #431F3D;
}
.BgClassName
{
background-color: #431F3D;
}
</style>
border-color css
<style>
span { border-color: #431F3D; }
span { border-color: rgb(67,31,61); }
td.TdClassName
{
border-color: #431F3D;
}
.TagClassName
{
border-color: #431F3D;
}
</style>