Shades of Bordeaux #400D1C
Tints of Bordeaux #400D1C
RGB
CMYK
RGB Variations
Color information
#400D1C (or 0x400D1C) is known color: Bordeaux. HEX triplet: 40, 0D and 1C. RGB value is (64,13,28). Sum of RGB (Red+Green+Blue) = 64+13+28=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D1C is #BFF2E3. Grayscale: #1D1D1D. Windows color (decimal): -12579556 or 1838400. OLE color: 1838400.
HSL color Cylindrical-coordinate representation of color #400D1C: hue angle of 342.35º 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 #400D1C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 28 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.75 |
| HSL | 342.35º | 0.66% | 0.15% | - |
| HSV(B) | 342.35º | 0.8% | 0.25% | - |
| XYZ | 2.47 | 1.46 | 1.25 | - |
| YUV | 29.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 28 | 0 | 0.80 | 0.56 | 0.75 | 342.35 | 0.66 | 0.15 |
| Hex | 40 | D | 1C | 0 | 50 | 38 | 4B | 156 | 42 | F |
| Octal | 100 | 15 | 34 | 0 | 120 | 70 | 113 | 526 | 102 | 17 |
| Binary | 1000000 | 1101 | 11100 | 0 | 1010000 | 111000 | 1001011 | 101010110 | 1000010 | 1111 |
Color Harmonies of #400D1C
Complementary color
Monochromatic Colors of #400D1C
Black with #400D1C
Text Example
Text Example
White with #400D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D1C; }
p { color: rgb(64,13,28); }
H1.HeaderClassName
{
color: #400D1C;
}
.AnyTagClassName
{
color: #400D1C;
}
</style>
background-color css
<style>
a { background-color: #400D1C; }
a { background-color: rgb(64,13,28); }
div.DivClassName
{
background-color: #400D1C;
}
.BgClassName
{
background-color: #400D1C;
}
</style>
border-color css
<style>
span { border-color: #400D1C; }
span { border-color: rgb(64,13,28); }
td.TdClassName
{
border-color: #400D1C;
}
.TagClassName
{
border-color: #400D1C;
}
</style>