Shades of Bordeaux #400D1E
Tints of Bordeaux #400D1E
RGB
CMYK
RGB Variations
Color information
#400D1E (or 0x400D1E) is known color: Bordeaux. HEX triplet: 40, 0D and 1E. RGB value is (64,13,30). Sum of RGB (Red+Green+Blue) = 64+13+30=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #400D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D1E is #BFF2E1. Grayscale: #1E1E1E. Windows color (decimal): -12579554 or 1969472. OLE color: 1969472.
HSL color Cylindrical-coordinate representation of color #400D1E: hue angle of 340º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D1E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 30 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.75 |
| HSL | 340º | 0.66% | 0.15% | - |
| HSV(B) | 340º | 0.8% | 0.25% | - |
| XYZ | 2.49 | 1.47 | 1.38 | - |
| YUV | 30.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 30 | 0 | 0.80 | 0.53 | 0.75 | 340 | 0.66 | 0.15 |
| Hex | 40 | D | 1E | 0 | 50 | 35 | 4B | 154 | 42 | F |
| Octal | 100 | 15 | 36 | 0 | 120 | 65 | 113 | 524 | 102 | 17 |
| Binary | 1000000 | 1101 | 11110 | 0 | 1010000 | 110101 | 1001011 | 101010100 | 1000010 | 1111 |
Color Harmonies of #400D1E
Complementary color
Monochromatic Colors of #400D1E
Black with #400D1E
Text Example
Text Example
White with #400D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D1E; }
p { color: rgb(64,13,30); }
H1.HeaderClassName
{
color: #400D1E;
}
.AnyTagClassName
{
color: #400D1E;
}
</style>
background-color css
<style>
a { background-color: #400D1E; }
a { background-color: rgb(64,13,30); }
div.DivClassName
{
background-color: #400D1E;
}
.BgClassName
{
background-color: #400D1E;
}
</style>
border-color css
<style>
span { border-color: #400D1E; }
span { border-color: rgb(64,13,30); }
td.TdClassName
{
border-color: #400D1E;
}
.TagClassName
{
border-color: #400D1E;
}
</style>