Shades of Bordeaux #45161D
Tints of Bordeaux #45161D
RGB
CMYK
RGB Variations
Color information
#45161D (or 0x45161D) is known color: Bordeaux. HEX triplet: 45, 16 and 1D. RGB value is (69,22,29). Sum of RGB (Red+Green+Blue) = 69+22+29=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #45161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45161D is #BAE9E2. Grayscale: #242424. Windows color (decimal): -12249571 or 1906245. OLE color: 1906245.
HSL color Cylindrical-coordinate representation of color #45161D: hue angle of 351.06º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45161D is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 22 | 29 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.73 |
| HSL | 351.06º | 0.52% | 0.18% | - |
| HSV(B) | 351.06º | 0.68% | 0.27% | - |
| XYZ | 2.96 | 1.93 | 1.38 | - |
| YUV | 36.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 29 | 0 | 0.68 | 0.58 | 0.73 | 351.06 | 0.52 | 0.18 |
| Hex | 45 | 16 | 1D | 0 | 44 | 3A | 49 | 15F | 34 | 12 |
| Octal | 105 | 26 | 35 | 0 | 104 | 72 | 111 | 537 | 64 | 22 |
| Binary | 1000101 | 10110 | 11101 | 0 | 1000100 | 111010 | 1001001 | 101011111 | 110100 | 10010 |
Color Harmonies of #45161D
Complementary color
Monochromatic Colors of #45161D
Black with #45161D
Text Example
Text Example
White with #45161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45161D; }
p { color: rgb(69,22,29); }
H1.HeaderClassName
{
color: #45161D;
}
.AnyTagClassName
{
color: #45161D;
}
</style>
background-color css
<style>
a { background-color: #45161D; }
a { background-color: rgb(69,22,29); }
div.DivClassName
{
background-color: #45161D;
}
.BgClassName
{
background-color: #45161D;
}
</style>
border-color css
<style>
span { border-color: #45161D; }
span { border-color: rgb(69,22,29); }
td.TdClassName
{
border-color: #45161D;
}
.TagClassName
{
border-color: #45161D;
}
</style>