Shades of Bordeaux #40091C
Tints of Bordeaux #40091C
RGB
CMYK
RGB Variations
Color information
#40091C (or 0x40091C) is known color: Bordeaux. HEX triplet: 40, 09 and 1C. RGB value is (64,9,28). Sum of RGB (Red+Green+Blue) = 64+9+28=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #40091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40091C is #BFF6E3. Grayscale: #1B1B1B. Windows color (decimal): -12580580 or 1837376. OLE color: 1837376.
HSL color Cylindrical-coordinate representation of color #40091C: hue angle of 339.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40091C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 28 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.75 |
| HSL | 339.27º | 0.75% | 0.14% | - |
| HSV(B) | 339.27º | 0.86% | 0.25% | - |
| XYZ | 2.42 | 1.37 | 1.24 | - |
| YUV | 27.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 28 | 0 | 0.86 | 0.56 | 0.75 | 339.27 | 0.75 | 0.14 |
| Hex | 40 | 9 | 1C | 0 | 56 | 38 | 4B | 153 | 4B | E |
| Octal | 100 | 11 | 34 | 0 | 126 | 70 | 113 | 523 | 113 | 16 |
| Binary | 1000000 | 1001 | 11100 | 0 | 1010110 | 111000 | 1001011 | 101010011 | 1001011 | 1110 |
Color Harmonies of #40091C
Complementary color
Monochromatic Colors of #40091C
Black with #40091C
Text Example
Text Example
White with #40091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40091C; }
p { color: rgb(64,9,28); }
H1.HeaderClassName
{
color: #40091C;
}
.AnyTagClassName
{
color: #40091C;
}
</style>
background-color css
<style>
a { background-color: #40091C; }
a { background-color: rgb(64,9,28); }
div.DivClassName
{
background-color: #40091C;
}
.BgClassName
{
background-color: #40091C;
}
</style>
border-color css
<style>
span { border-color: #40091C; }
span { border-color: rgb(64,9,28); }
td.TdClassName
{
border-color: #40091C;
}
.TagClassName
{
border-color: #40091C;
}
</style>