Shades of Bordeaux #45151D
Tints of Bordeaux #45151D
RGB
CMYK
RGB Variations
Color information
#45151D (or 0x45151D) is known color: Bordeaux. HEX triplet: 45, 15 and 1D. RGB value is (69,21,29). Sum of RGB (Red+Green+Blue) = 69+21+29=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #45151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45151D is #BAEAE2. Grayscale: #242424. Windows color (decimal): -12249827 or 1905989. OLE color: 1905989.
HSL color Cylindrical-coordinate representation of color #45151D: hue angle of 350º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45151D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 29 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.73 |
| HSL | 350º | 0.53% | 0.18% | - |
| HSV(B) | 350º | 0.7% | 0.27% | - |
| XYZ | 2.94 | 1.89 | 1.37 | - |
| YUV | 36.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 29 | 0 | 0.70 | 0.58 | 0.73 | 350 | 0.53 | 0.18 |
| Hex | 45 | 15 | 1D | 0 | 46 | 3A | 49 | 15E | 35 | 12 |
| Octal | 105 | 25 | 35 | 0 | 106 | 72 | 111 | 536 | 65 | 22 |
| Binary | 1000101 | 10101 | 11101 | 0 | 1000110 | 111010 | 1001001 | 101011110 | 110101 | 10010 |
Color Harmonies of #45151D
Complementary color
Monochromatic Colors of #45151D
Black with #45151D
Text Example
Text Example
White with #45151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45151D; }
p { color: rgb(69,21,29); }
H1.HeaderClassName
{
color: #45151D;
}
.AnyTagClassName
{
color: #45151D;
}
</style>
background-color css
<style>
a { background-color: #45151D; }
a { background-color: rgb(69,21,29); }
div.DivClassName
{
background-color: #45151D;
}
.BgClassName
{
background-color: #45151D;
}
</style>
border-color css
<style>
span { border-color: #45151D; }
span { border-color: rgb(69,21,29); }
td.TdClassName
{
border-color: #45151D;
}
.TagClassName
{
border-color: #45151D;
}
</style>