Shades of Bordeaux #45101D
Tints of Bordeaux #45101D
RGB
CMYK
RGB Variations
Color information
#45101D (or 0x45101D) is known color: Bordeaux. HEX triplet: 45, 10 and 1D. RGB value is (69,16,29). Sum of RGB (Red+Green+Blue) = 69+16+29=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #45101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45101D is #BAEFE2. Grayscale: #212121. Windows color (decimal): -12251107 or 1904709. OLE color: 1904709.
HSL color Cylindrical-coordinate representation of color #45101D: hue angle of 345.28º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45101D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 16 | 29 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.73 |
| HSL | 345.28º | 0.62% | 0.17% | - |
| HSV(B) | 345.28º | 0.77% | 0.27% | - |
| XYZ | 2.86 | 1.72 | 1.34 | - |
| YUV | 33.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 29 | 0 | 0.77 | 0.58 | 0.73 | 345.28 | 0.62 | 0.17 |
| Hex | 45 | 10 | 1D | 0 | 4D | 3A | 49 | 159 | 3E | 11 |
| Octal | 105 | 20 | 35 | 0 | 115 | 72 | 111 | 531 | 76 | 21 |
| Binary | 1000101 | 10000 | 11101 | 0 | 1001101 | 111010 | 1001001 | 101011001 | 111110 | 10001 |
Color Harmonies of #45101D
Complementary color
Monochromatic Colors of #45101D
Black with #45101D
Text Example
Text Example
White with #45101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45101D; }
p { color: rgb(69,16,29); }
H1.HeaderClassName
{
color: #45101D;
}
.AnyTagClassName
{
color: #45101D;
}
</style>
background-color css
<style>
a { background-color: #45101D; }
a { background-color: rgb(69,16,29); }
div.DivClassName
{
background-color: #45101D;
}
.BgClassName
{
background-color: #45101D;
}
</style>
border-color css
<style>
span { border-color: #45101D; }
span { border-color: rgb(69,16,29); }
td.TdClassName
{
border-color: #45101D;
}
.TagClassName
{
border-color: #45101D;
}
</style>