Shades of Bordeaux #45121B
Tints of Bordeaux #45121B
RGB
CMYK
RGB Variations
Color information
#45121B (or 0x45121B) is known color: Bordeaux. HEX triplet: 45, 12 and 1B. RGB value is (69,18,27). Sum of RGB (Red+Green+Blue) = 69+18+27=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #45121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45121B is #BAEDE4. Grayscale: #222222. Windows color (decimal): -12250597 or 1774149. OLE color: 1774149.
HSL color Cylindrical-coordinate representation of color #45121B: hue angle of 349.41º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45121B is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 18 | 27 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.73 |
| HSL | 349.41º | 0.59% | 0.17% | - |
| HSV(B) | 349.41º | 0.74% | 0.27% | - |
| XYZ | 2.87 | 1.78 | 1.23 | - |
| YUV | 34.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 27 | 0 | 0.74 | 0.61 | 0.73 | 349.41 | 0.59 | 0.17 |
| Hex | 45 | 12 | 1B | 0 | 4A | 3D | 49 | 15D | 3B | 11 |
| Octal | 105 | 22 | 33 | 0 | 112 | 75 | 111 | 535 | 73 | 21 |
| Binary | 1000101 | 10010 | 11011 | 0 | 1001010 | 111101 | 1001001 | 101011101 | 111011 | 10001 |
Color Harmonies of #45121B
Complementary color
Monochromatic Colors of #45121B
Black with #45121B
Text Example
Text Example
White with #45121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45121B; }
p { color: rgb(69,18,27); }
H1.HeaderClassName
{
color: #45121B;
}
.AnyTagClassName
{
color: #45121B;
}
</style>
background-color css
<style>
a { background-color: #45121B; }
a { background-color: rgb(69,18,27); }
div.DivClassName
{
background-color: #45121B;
}
.BgClassName
{
background-color: #45121B;
}
</style>
border-color css
<style>
span { border-color: #45121B; }
span { border-color: rgb(69,18,27); }
td.TdClassName
{
border-color: #45121B;
}
.TagClassName
{
border-color: #45121B;
}
</style>