Shades of Bordeaux #45111E
Tints of Bordeaux #45111E
RGB
CMYK
RGB Variations
Color information
#45111E (or 0x45111E) is known color: Bordeaux. HEX triplet: 45, 11 and 1E. RGB value is (69,17,30). Sum of RGB (Red+Green+Blue) = 69+17+30=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #45111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45111E is #BAEEE1. Grayscale: #222222. Windows color (decimal): -12250850 or 1970501. OLE color: 1970501.
HSL color Cylindrical-coordinate representation of color #45111E: hue angle of 345º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45111E is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 30 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.73 |
| HSL | 345º | 0.6% | 0.17% | - |
| HSV(B) | 345º | 0.75% | 0.27% | - |
| XYZ | 2.89 | 1.76 | 1.42 | - |
| YUV | 34.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 30 | 0 | 0.75 | 0.57 | 0.73 | 345 | 0.6 | 0.17 |
| Hex | 45 | 11 | 1E | 0 | 4B | 39 | 49 | 159 | 3C | 11 |
| Octal | 105 | 21 | 36 | 0 | 113 | 71 | 111 | 531 | 74 | 21 |
| Binary | 1000101 | 10001 | 11110 | 0 | 1001011 | 111001 | 1001001 | 101011001 | 111100 | 10001 |
Color Harmonies of #45111E
Complementary color
Monochromatic Colors of #45111E
Black with #45111E
Text Example
Text Example
White with #45111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45111E; }
p { color: rgb(69,17,30); }
H1.HeaderClassName
{
color: #45111E;
}
.AnyTagClassName
{
color: #45111E;
}
</style>
background-color css
<style>
a { background-color: #45111E; }
a { background-color: rgb(69,17,30); }
div.DivClassName
{
background-color: #45111E;
}
.BgClassName
{
background-color: #45111E;
}
</style>
border-color css
<style>
span { border-color: #45111E; }
span { border-color: rgb(69,17,30); }
td.TdClassName
{
border-color: #45111E;
}
.TagClassName
{
border-color: #45111E;
}
</style>