Shades of Voodoo #40253A
Tints of Voodoo #40253A
RGB
CMYK
RGB Variations
Color information
#40253A (or 0x40253A) is known color: Voodoo. HEX triplet: 40, 25 and 3A. RGB value is (64,37,58). Sum of RGB (Red+Green+Blue) = 64+37+58=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #40253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40253A is #BFDAC5. Grayscale: #2F2F2F. Windows color (decimal): -12573382 or 3810624. OLE color: 3810624.
HSL color Cylindrical-coordinate representation of color #40253A: hue angle of 313.33º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40253A is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 37 | 58 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.75 |
| HSL | 313.33º | 0.27% | 0.2% | - |
| HSV(B) | 313.33º | 0.42% | 0.25% | - |
| XYZ | 3.54 | 2.72 | 4.34 | - |
| YUV | 47.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 58 | 0 | 0.42 | 0.09 | 0.75 | 313.33 | 0.27 | 0.2 |
| Hex | 40 | 25 | 3A | 0 | 2A | 9 | 4B | 139 | 1B | 14 |
| Octal | 100 | 45 | 72 | 0 | 52 | 11 | 113 | 471 | 33 | 24 |
| Binary | 1000000 | 100101 | 111010 | 0 | 101010 | 1001 | 1001011 | 100111001 | 11011 | 10100 |
Color Harmonies of #40253A
Complementary color
Monochromatic Colors of #40253A
Black with #40253A
Text Example
Text Example
White with #40253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40253A; }
p { color: rgb(64,37,58); }
H1.HeaderClassName
{
color: #40253A;
}
.AnyTagClassName
{
color: #40253A;
}
</style>
background-color css
<style>
a { background-color: #40253A; }
a { background-color: rgb(64,37,58); }
div.DivClassName
{
background-color: #40253A;
}
.BgClassName
{
background-color: #40253A;
}
</style>
border-color css
<style>
span { border-color: #40253A; }
span { border-color: rgb(64,37,58); }
td.TdClassName
{
border-color: #40253A;
}
.TagClassName
{
border-color: #40253A;
}
</style>