Shades of Bordeaux #45091D
Tints of Bordeaux #45091D
RGB
CMYK
RGB Variations
Color information
#45091D (or 0x45091D) is known color: Bordeaux. HEX triplet: 45, 09 and 1D. RGB value is (69,9,29). Sum of RGB (Red+Green+Blue) = 69+9+29=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #45091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45091D is #BAF6E2. Grayscale: #1D1D1D. Windows color (decimal): -12252899 or 1902917. OLE color: 1902917.
HSL color Cylindrical-coordinate representation of color #45091D: hue angle of 340º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45091D is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 9 | 29 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.73 |
| HSL | 340º | 0.77% | 0.15% | - |
| HSV(B) | 340º | 0.87% | 0.27% | - |
| XYZ | 2.77 | 1.55 | 1.32 | - |
| YUV | 29.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 29 | 0 | 0.87 | 0.58 | 0.73 | 340 | 0.77 | 0.15 |
| Hex | 45 | 9 | 1D | 0 | 57 | 3A | 49 | 154 | 4D | F |
| Octal | 105 | 11 | 35 | 0 | 127 | 72 | 111 | 524 | 115 | 17 |
| Binary | 1000101 | 1001 | 11101 | 0 | 1010111 | 111010 | 1001001 | 101010100 | 1001101 | 1111 |
Color Harmonies of #45091D
Complementary color
Monochromatic Colors of #45091D
Black with #45091D
Text Example
Text Example
White with #45091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45091D; }
p { color: rgb(69,9,29); }
H1.HeaderClassName
{
color: #45091D;
}
.AnyTagClassName
{
color: #45091D;
}
</style>
background-color css
<style>
a { background-color: #45091D; }
a { background-color: rgb(69,9,29); }
div.DivClassName
{
background-color: #45091D;
}
.BgClassName
{
background-color: #45091D;
}
</style>
border-color css
<style>
span { border-color: #45091D; }
span { border-color: rgb(69,9,29); }
td.TdClassName
{
border-color: #45091D;
}
.TagClassName
{
border-color: #45091D;
}
</style>