Shades of Bordeaux #45171F
Tints of Bordeaux #45171F
RGB
CMYK
RGB Variations
Color information
#45171F (or 0x45171F) is known color: Bordeaux. HEX triplet: 45, 17 and 1F. RGB value is (69,23,31). Sum of RGB (Red+Green+Blue) = 69+23+31=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #45171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45171F is #BAE8E0. Grayscale: #252525. Windows color (decimal): -12249313 or 2037573. OLE color: 2037573.
HSL color Cylindrical-coordinate representation of color #45171F: hue angle of 349.57º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45171F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 23 | 31 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.73 |
| HSL | 349.57º | 0.5% | 0.18% | - |
| HSV(B) | 349.57º | 0.67% | 0.27% | - |
| XYZ | 3.01 | 1.98 | 1.52 | - |
| YUV | 37.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 31 | 0 | 0.67 | 0.55 | 0.73 | 349.57 | 0.5 | 0.18 |
| Hex | 45 | 17 | 1F | 0 | 43 | 37 | 49 | 15E | 32 | 12 |
| Octal | 105 | 27 | 37 | 0 | 103 | 67 | 111 | 536 | 62 | 22 |
| Binary | 1000101 | 10111 | 11111 | 0 | 1000011 | 110111 | 1001001 | 101011110 | 110010 | 10010 |
Color Harmonies of #45171F
Complementary color
Monochromatic Colors of #45171F
Black with #45171F
Text Example
Text Example
White with #45171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45171F; }
p { color: rgb(69,23,31); }
H1.HeaderClassName
{
color: #45171F;
}
.AnyTagClassName
{
color: #45171F;
}
</style>
background-color css
<style>
a { background-color: #45171F; }
a { background-color: rgb(69,23,31); }
div.DivClassName
{
background-color: #45171F;
}
.BgClassName
{
background-color: #45171F;
}
</style>
border-color css
<style>
span { border-color: #45171F; }
span { border-color: rgb(69,23,31); }
td.TdClassName
{
border-color: #45171F;
}
.TagClassName
{
border-color: #45171F;
}
</style>