Shades of Voodoo #40273B
Tints of Voodoo #40273B
RGB
CMYK
RGB Variations
Color information
#40273B (or 0x40273B) is known color: Voodoo. HEX triplet: 40, 27 and 3B. RGB value is (64,39,59). Sum of RGB (Red+Green+Blue) = 64+39+59=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #40273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40273B is #BFD8C4. Grayscale: #303030. Windows color (decimal): -12572869 or 3876672. OLE color: 3876672.
HSL color Cylindrical-coordinate representation of color #40273B: hue angle of 312º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40273B is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 39 | 59 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.75 |
| HSL | 312º | 0.24% | 0.2% | - |
| HSV(B) | 312º | 0.39% | 0.25% | - |
| XYZ | 3.63 | 2.86 | 4.5 | - |
| YUV | 48.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 59 | 0 | 0.39 | 0.08 | 0.75 | 312 | 0.24 | 0.2 |
| Hex | 40 | 27 | 3B | 0 | 27 | 8 | 4B | 138 | 18 | 14 |
| Octal | 100 | 47 | 73 | 0 | 47 | 10 | 113 | 470 | 30 | 24 |
| Binary | 1000000 | 100111 | 111011 | 0 | 100111 | 1000 | 1001011 | 100111000 | 11000 | 10100 |
Color Harmonies of #40273B
Complementary color
Monochromatic Colors of #40273B
Black with #40273B
Text Example
Text Example
White with #40273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40273B; }
p { color: rgb(64,39,59); }
H1.HeaderClassName
{
color: #40273B;
}
.AnyTagClassName
{
color: #40273B;
}
</style>
background-color css
<style>
a { background-color: #40273B; }
a { background-color: rgb(64,39,59); }
div.DivClassName
{
background-color: #40273B;
}
.BgClassName
{
background-color: #40273B;
}
</style>
border-color css
<style>
span { border-color: #40273B; }
span { border-color: rgb(64,39,59); }
td.TdClassName
{
border-color: #40273B;
}
.TagClassName
{
border-color: #40273B;
}
</style>