Shades of Voodoo #40283D
Tints of Voodoo #40283D
RGB
CMYK
RGB Variations
Color information
#40283D (or 0x40283D) is known color: Voodoo. HEX triplet: 40, 28 and 3D. RGB value is (64,40,61). Sum of RGB (Red+Green+Blue) = 64+40+61=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #40283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40283D is #BFD7C2. Grayscale: #313131. Windows color (decimal): -12572611 or 4008000. OLE color: 4008000.
HSL color Cylindrical-coordinate representation of color #40283D: hue angle of 307.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40283D is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 61 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.75 |
| HSL | 307.5º | 0.23% | 0.2% | - |
| HSV(B) | 307.5º | 0.38% | 0.25% | - |
| XYZ | 3.72 | 2.94 | 4.79 | - |
| YUV | 49.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 61 | 0 | 0.38 | 0.05 | 0.75 | 307.5 | 0.23 | 0.2 |
| Hex | 40 | 28 | 3D | 0 | 26 | 5 | 4B | 134 | 17 | 14 |
| Octal | 100 | 50 | 75 | 0 | 46 | 5 | 113 | 464 | 27 | 24 |
| Binary | 1000000 | 101000 | 111101 | 0 | 100110 | 101 | 1001011 | 100110100 | 10111 | 10100 |
Color Harmonies of #40283D
Complementary color
Monochromatic Colors of #40283D
Black with #40283D
Text Example
Text Example
White with #40283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40283D; }
p { color: rgb(64,40,61); }
H1.HeaderClassName
{
color: #40283D;
}
.AnyTagClassName
{
color: #40283D;
}
</style>
background-color css
<style>
a { background-color: #40283D; }
a { background-color: rgb(64,40,61); }
div.DivClassName
{
background-color: #40283D;
}
.BgClassName
{
background-color: #40283D;
}
</style>
border-color css
<style>
span { border-color: #40283D; }
span { border-color: rgb(64,40,61); }
td.TdClassName
{
border-color: #40283D;
}
.TagClassName
{
border-color: #40283D;
}
</style>