Shades of Bordeaux #400E1F
Tints of Bordeaux #400E1F
RGB
CMYK
RGB Variations
Color information
#400E1F (or 0x400E1F) is known color: Bordeaux. HEX triplet: 40, 0E and 1F. RGB value is (64,14,31). Sum of RGB (Red+Green+Blue) = 64+14+31=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #400E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E1F is #BFF1E0. Grayscale: #1E1E1E. Windows color (decimal): -12579297 or 2035264. OLE color: 2035264.
HSL color Cylindrical-coordinate representation of color #400E1F: hue angle of 339.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E1F is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 31 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.75 |
| HSL | 339.6º | 0.64% | 0.15% | - |
| HSV(B) | 339.6º | 0.78% | 0.25% | - |
| XYZ | 2.52 | 1.5 | 1.45 | - |
| YUV | 30.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 31 | 0 | 0.78 | 0.52 | 0.75 | 339.6 | 0.64 | 0.15 |
| Hex | 40 | E | 1F | 0 | 4E | 34 | 4B | 154 | 40 | F |
| Octal | 100 | 16 | 37 | 0 | 116 | 64 | 113 | 524 | 100 | 17 |
| Binary | 1000000 | 1110 | 11111 | 0 | 1001110 | 110100 | 1001011 | 101010100 | 1000000 | 1111 |
Color Harmonies of #400E1F
Complementary color
Monochromatic Colors of #400E1F
Black with #400E1F
Text Example
Text Example
White with #400E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E1F; }
p { color: rgb(64,14,31); }
H1.HeaderClassName
{
color: #400E1F;
}
.AnyTagClassName
{
color: #400E1F;
}
</style>
background-color css
<style>
a { background-color: #400E1F; }
a { background-color: rgb(64,14,31); }
div.DivClassName
{
background-color: #400E1F;
}
.BgClassName
{
background-color: #400E1F;
}
</style>
border-color css
<style>
span { border-color: #400E1F; }
span { border-color: rgb(64,14,31); }
td.TdClassName
{
border-color: #400E1F;
}
.TagClassName
{
border-color: #400E1F;
}
</style>