Shades of Bordeaux #40111E
Tints of Bordeaux #40111E
RGB
CMYK
RGB Variations
Color information
#40111E (or 0x40111E) is known color: Bordeaux. HEX triplet: 40, 11 and 1E. RGB value is (64,17,30). Sum of RGB (Red+Green+Blue) = 64+17+30=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40111E is #BFEEE1. Grayscale: #202020. Windows color (decimal): -12578530 or 1970496. OLE color: 1970496.
HSL color Cylindrical-coordinate representation of color #40111E: hue angle of 343.4º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40111E is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 30 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.75 |
| HSL | 343.4º | 0.58% | 0.16% | - |
| HSV(B) | 343.4º | 0.73% | 0.25% | - |
| XYZ | 2.55 | 1.58 | 1.4 | - |
| YUV | 32.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 30 | 0 | 0.73 | 0.53 | 0.75 | 343.4 | 0.58 | 0.16 |
| Hex | 40 | 11 | 1E | 0 | 49 | 35 | 4B | 157 | 3A | 10 |
| Octal | 100 | 21 | 36 | 0 | 111 | 65 | 113 | 527 | 72 | 20 |
| Binary | 1000000 | 10001 | 11110 | 0 | 1001001 | 110101 | 1001011 | 101010111 | 111010 | 10000 |
Color Harmonies of #40111E
Complementary color
Monochromatic Colors of #40111E
Black with #40111E
Text Example
Text Example
White with #40111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40111E; }
p { color: rgb(64,17,30); }
H1.HeaderClassName
{
color: #40111E;
}
.AnyTagClassName
{
color: #40111E;
}
</style>
background-color css
<style>
a { background-color: #40111E; }
a { background-color: rgb(64,17,30); }
div.DivClassName
{
background-color: #40111E;
}
.BgClassName
{
background-color: #40111E;
}
</style>
border-color css
<style>
span { border-color: #40111E; }
span { border-color: rgb(64,17,30); }
td.TdClassName
{
border-color: #40111E;
}
.TagClassName
{
border-color: #40111E;
}
</style>