Shades of Bordeaux #45081D
Tints of Bordeaux #45081D
RGB
CMYK
RGB Variations
Color information
#45081D (or 0x45081D) is known color: Bordeaux. HEX triplet: 45, 08 and 1D. RGB value is (69,8,29). Sum of RGB (Red+Green+Blue) = 69+8+29=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #45081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45081D is #BAF7E2. Grayscale: #1C1C1C. Windows color (decimal): -12253155 or 1902661. OLE color: 1902661.
HSL color Cylindrical-coordinate representation of color #45081D: hue angle of 339.34º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45081D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 8 | 29 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.73 |
| HSL | 339.34º | 0.79% | 0.15% | - |
| HSV(B) | 339.34º | 0.88% | 0.27% | - |
| XYZ | 2.76 | 1.53 | 1.31 | - |
| YUV | 28.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 29 | 0 | 0.88 | 0.58 | 0.73 | 339.34 | 0.79 | 0.15 |
| Hex | 45 | 8 | 1D | 0 | 58 | 3A | 49 | 153 | 4F | F |
| Octal | 105 | 10 | 35 | 0 | 130 | 72 | 111 | 523 | 117 | 17 |
| Binary | 1000101 | 1000 | 11101 | 0 | 1011000 | 111010 | 1001001 | 101010011 | 1001111 | 1111 |
Color Harmonies of #45081D
Complementary color
Monochromatic Colors of #45081D
Black with #45081D
Text Example
Text Example
White with #45081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45081D; }
p { color: rgb(69,8,29); }
H1.HeaderClassName
{
color: #45081D;
}
.AnyTagClassName
{
color: #45081D;
}
</style>
background-color css
<style>
a { background-color: #45081D; }
a { background-color: rgb(69,8,29); }
div.DivClassName
{
background-color: #45081D;
}
.BgClassName
{
background-color: #45081D;
}
</style>
border-color css
<style>
span { border-color: #45081D; }
span { border-color: rgb(69,8,29); }
td.TdClassName
{
border-color: #45081D;
}
.TagClassName
{
border-color: #45081D;
}
</style>