Shades of Bordeaux #400D1D
Tints of Bordeaux #400D1D
RGB
CMYK
RGB Variations
Color information
#400D1D (or 0x400D1D) is known color: Bordeaux. HEX triplet: 40, 0D and 1D. RGB value is (64,13,29). Sum of RGB (Red+Green+Blue) = 64+13+29=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D1D is #BFF2E2. Grayscale: #1E1E1E. Windows color (decimal): -12579555 or 1903936. OLE color: 1903936.
HSL color Cylindrical-coordinate representation of color #400D1D: hue angle of 341.18º 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 #400D1D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 29 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.75 |
| HSL | 341.18º | 0.66% | 0.15% | - |
| HSV(B) | 341.18º | 0.8% | 0.25% | - |
| XYZ | 2.48 | 1.47 | 1.31 | - |
| YUV | 30.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 29 | 0 | 0.80 | 0.55 | 0.75 | 341.18 | 0.66 | 0.15 |
| Hex | 40 | D | 1D | 0 | 50 | 37 | 4B | 155 | 42 | F |
| Octal | 100 | 15 | 35 | 0 | 120 | 67 | 113 | 525 | 102 | 17 |
| Binary | 1000000 | 1101 | 11101 | 0 | 1010000 | 110111 | 1001011 | 101010101 | 1000010 | 1111 |
Color Harmonies of #400D1D
Complementary color
Monochromatic Colors of #400D1D
Black with #400D1D
Text Example
Text Example
White with #400D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D1D; }
p { color: rgb(64,13,29); }
H1.HeaderClassName
{
color: #400D1D;
}
.AnyTagClassName
{
color: #400D1D;
}
</style>
background-color css
<style>
a { background-color: #400D1D; }
a { background-color: rgb(64,13,29); }
div.DivClassName
{
background-color: #400D1D;
}
.BgClassName
{
background-color: #400D1D;
}
</style>
border-color css
<style>
span { border-color: #400D1D; }
span { border-color: rgb(64,13,29); }
td.TdClassName
{
border-color: #400D1D;
}
.TagClassName
{
border-color: #400D1D;
}
</style>