Shades of Bordeaux #400B1D
Tints of Bordeaux #400B1D
RGB
CMYK
RGB Variations
Color information
#400B1D (or 0x400B1D) is known color: Bordeaux. HEX triplet: 40, 0B and 1D. RGB value is (64,11,29). Sum of RGB (Red+Green+Blue) = 64+11+29=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B1D is #BFF4E2. Grayscale: #1C1C1C. Windows color (decimal): -12580067 or 1903424. OLE color: 1903424.
HSL color Cylindrical-coordinate representation of color #400B1D: hue angle of 339.62º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400B1D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 11 | 29 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.75 |
| HSL | 339.62º | 0.71% | 0.15% | - |
| HSV(B) | 339.62º | 0.83% | 0.25% | - |
| XYZ | 2.46 | 1.42 | 1.31 | - |
| YUV | 28.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 29 | 0 | 0.83 | 0.55 | 0.75 | 339.62 | 0.71 | 0.15 |
| Hex | 40 | B | 1D | 0 | 53 | 37 | 4B | 154 | 47 | F |
| Octal | 100 | 13 | 35 | 0 | 123 | 67 | 113 | 524 | 107 | 17 |
| Binary | 1000000 | 1011 | 11101 | 0 | 1010011 | 110111 | 1001011 | 101010100 | 1000111 | 1111 |
Color Harmonies of #400B1D
Complementary color
Monochromatic Colors of #400B1D
Black with #400B1D
Text Example
Text Example
White with #400B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B1D; }
p { color: rgb(64,11,29); }
H1.HeaderClassName
{
color: #400B1D;
}
.AnyTagClassName
{
color: #400B1D;
}
</style>
background-color css
<style>
a { background-color: #400B1D; }
a { background-color: rgb(64,11,29); }
div.DivClassName
{
background-color: #400B1D;
}
.BgClassName
{
background-color: #400B1D;
}
</style>
border-color css
<style>
span { border-color: #400B1D; }
span { border-color: rgb(64,11,29); }
td.TdClassName
{
border-color: #400B1D;
}
.TagClassName
{
border-color: #400B1D;
}
</style>