Shades of Bordeaux #45161E
Tints of Bordeaux #45161E
RGB
CMYK
RGB Variations
Color information
#45161E (or 0x45161E) is known color: Bordeaux. HEX triplet: 45, 16 and 1E. RGB value is (69,22,30). Sum of RGB (Red+Green+Blue) = 69+22+30=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #45161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45161E is #BAE9E1. Grayscale: #242424. Windows color (decimal): -12249570 or 1971781. OLE color: 1971781.
HSL color Cylindrical-coordinate representation of color #45161E: hue angle of 349.79º 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 #45161E is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 22 | 30 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.73 |
| HSL | 349.79º | 0.52% | 0.18% | - |
| HSV(B) | 349.79º | 0.68% | 0.27% | - |
| XYZ | 2.98 | 1.93 | 1.44 | - |
| YUV | 36.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 30 | 0 | 0.68 | 0.57 | 0.73 | 349.79 | 0.52 | 0.18 |
| Hex | 45 | 16 | 1E | 0 | 44 | 39 | 49 | 15E | 34 | 12 |
| Octal | 105 | 26 | 36 | 0 | 104 | 71 | 111 | 536 | 64 | 22 |
| Binary | 1000101 | 10110 | 11110 | 0 | 1000100 | 111001 | 1001001 | 101011110 | 110100 | 10010 |
Color Harmonies of #45161E
Complementary color
Monochromatic Colors of #45161E
Black with #45161E
Text Example
Text Example
White with #45161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45161E; }
p { color: rgb(69,22,30); }
H1.HeaderClassName
{
color: #45161E;
}
.AnyTagClassName
{
color: #45161E;
}
</style>
background-color css
<style>
a { background-color: #45161E; }
a { background-color: rgb(69,22,30); }
div.DivClassName
{
background-color: #45161E;
}
.BgClassName
{
background-color: #45161E;
}
</style>
border-color css
<style>
span { border-color: #45161E; }
span { border-color: rgb(69,22,30); }
td.TdClassName
{
border-color: #45161E;
}
.TagClassName
{
border-color: #45161E;
}
</style>