Shades of Bordeaux #45111B
Tints of Bordeaux #45111B
RGB
CMYK
RGB Variations
Color information
#45111B (or 0x45111B) is known color: Bordeaux. HEX triplet: 45, 11 and 1B. RGB value is (69,17,27). Sum of RGB (Red+Green+Blue) = 69+17+27=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #45111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45111B is #BAEEE4. Grayscale: #212121. Windows color (decimal): -12250853 or 1773893. OLE color: 1773893.
HSL color Cylindrical-coordinate representation of color #45111B: hue angle of 348.46º 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 #45111B is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 27 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.73 |
| HSL | 348.46º | 0.6% | 0.17% | - |
| HSV(B) | 348.46º | 0.75% | 0.27% | - |
| XYZ | 2.85 | 1.75 | 1.22 | - |
| YUV | 33.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 27 | 0 | 0.75 | 0.61 | 0.73 | 348.46 | 0.6 | 0.17 |
| Hex | 45 | 11 | 1B | 0 | 4B | 3D | 49 | 15C | 3C | 11 |
| Octal | 105 | 21 | 33 | 0 | 113 | 75 | 111 | 534 | 74 | 21 |
| Binary | 1000101 | 10001 | 11011 | 0 | 1001011 | 111101 | 1001001 | 101011100 | 111100 | 10001 |
Color Harmonies of #45111B
Complementary color
Monochromatic Colors of #45111B
Black with #45111B
Text Example
Text Example
White with #45111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45111B; }
p { color: rgb(69,17,27); }
H1.HeaderClassName
{
color: #45111B;
}
.AnyTagClassName
{
color: #45111B;
}
</style>
background-color css
<style>
a { background-color: #45111B; }
a { background-color: rgb(69,17,27); }
div.DivClassName
{
background-color: #45111B;
}
.BgClassName
{
background-color: #45111B;
}
</style>
border-color css
<style>
span { border-color: #45111B; }
span { border-color: rgb(69,17,27); }
td.TdClassName
{
border-color: #45111B;
}
.TagClassName
{
border-color: #45111B;
}
</style>