Shades of Voodoo #431D3C
Tints of Voodoo #431D3C
RGB
CMYK
RGB Variations
Color information
#431D3C (or 0x431D3C) is known color: Voodoo. HEX triplet: 43, 1D and 3C. RGB value is (67,29,60). Sum of RGB (Red+Green+Blue) = 67+29+60=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 67 - color contains mainly: red. Hex color #431D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D3C is #BCE2C3. Grayscale: #2B2B2B. Windows color (decimal): -12378820 or 3939651. OLE color: 3939651.
HSL color Cylindrical-coordinate representation of color #431D3C: hue angle of 311.05º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D3C is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 60 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.74 |
| HSL | 311.05º | 0.4% | 0.19% | - |
| HSV(B) | 311.05º | 0.57% | 0.26% | - |
| XYZ | 3.57 | 2.4 | 4.55 | - |
| YUV | 43.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 60 | 0 | 0.57 | 0.10 | 0.74 | 311.05 | 0.4 | 0.19 |
| Hex | 43 | 1D | 3C | 0 | 39 | A | 4A | 137 | 28 | 13 |
| Octal | 103 | 35 | 74 | 0 | 71 | 12 | 112 | 467 | 50 | 23 |
| Binary | 1000011 | 11101 | 111100 | 0 | 111001 | 1010 | 1001010 | 100110111 | 101000 | 10011 |
Color Harmonies of #431D3C
Complementary color
Monochromatic Colors of #431D3C
Black with #431D3C
Text Example
Text Example
White with #431D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D3C; }
p { color: rgb(67,29,60); }
H1.HeaderClassName
{
color: #431D3C;
}
.AnyTagClassName
{
color: #431D3C;
}
</style>
background-color css
<style>
a { background-color: #431D3C; }
a { background-color: rgb(67,29,60); }
div.DivClassName
{
background-color: #431D3C;
}
.BgClassName
{
background-color: #431D3C;
}
</style>
border-color css
<style>
span { border-color: #431D3C; }
span { border-color: rgb(67,29,60); }
td.TdClassName
{
border-color: #431D3C;
}
.TagClassName
{
border-color: #431D3C;
}
</style>