Shades of Bordeaux #400F1E
Tints of Bordeaux #400F1E
RGB
CMYK
RGB Variations
Color information
#400F1E (or 0x400F1E) is known color: Bordeaux. HEX triplet: 40, 0F and 1E. RGB value is (64,15,30). Sum of RGB (Red+Green+Blue) = 64+15+30=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #400F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F1E is #BFF0E1. Grayscale: #1F1F1F. Windows color (decimal): -12579042 or 1969984. OLE color: 1969984.
HSL color Cylindrical-coordinate representation of color #400F1E: hue angle of 341.63º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F1E is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 30 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.75 |
| HSL | 341.63º | 0.62% | 0.15% | - |
| HSV(B) | 341.63º | 0.77% | 0.25% | - |
| XYZ | 2.52 | 1.53 | 1.39 | - |
| YUV | 31.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 30 | 0 | 0.77 | 0.53 | 0.75 | 341.63 | 0.62 | 0.15 |
| Hex | 40 | F | 1E | 0 | 4D | 35 | 4B | 156 | 3E | F |
| Octal | 100 | 17 | 36 | 0 | 115 | 65 | 113 | 526 | 76 | 17 |
| Binary | 1000000 | 1111 | 11110 | 0 | 1001101 | 110101 | 1001011 | 101010110 | 111110 | 1111 |
Color Harmonies of #400F1E
Complementary color
Monochromatic Colors of #400F1E
Black with #400F1E
Text Example
Text Example
White with #400F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F1E; }
p { color: rgb(64,15,30); }
H1.HeaderClassName
{
color: #400F1E;
}
.AnyTagClassName
{
color: #400F1E;
}
</style>
background-color css
<style>
a { background-color: #400F1E; }
a { background-color: rgb(64,15,30); }
div.DivClassName
{
background-color: #400F1E;
}
.BgClassName
{
background-color: #400F1E;
}
</style>
border-color css
<style>
span { border-color: #400F1E; }
span { border-color: rgb(64,15,30); }
td.TdClassName
{
border-color: #400F1E;
}
.TagClassName
{
border-color: #400F1E;
}
</style>