Shades of Bordeaux #451A1E
Tints of Bordeaux #451A1E
RGB
CMYK
RGB Variations
Color information
#451A1E (or 0x451A1E) is known color: Bordeaux. HEX triplet: 45, 1A and 1E. RGB value is (69,26,30). Sum of RGB (Red+Green+Blue) = 69+26+30=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #451A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A1E is #BAE5E1. Grayscale: #272727. Windows color (decimal): -12248546 or 1972805. OLE color: 1972805.
HSL color Cylindrical-coordinate representation of color #451A1E: hue angle of 354.42º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #451A1E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 30 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.73 |
| HSL | 354.42º | 0.45% | 0.19% | - |
| HSV(B) | 354.42º | 0.62% | 0.27% | - |
| XYZ | 3.06 | 2.1 | 1.47 | - |
| YUV | 39.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 30 | 0 | 0.62 | 0.57 | 0.73 | 354.42 | 0.45 | 0.19 |
| Hex | 45 | 1A | 1E | 0 | 3E | 39 | 49 | 162 | 2D | 13 |
| Octal | 105 | 32 | 36 | 0 | 76 | 71 | 111 | 542 | 55 | 23 |
| Binary | 1000101 | 11010 | 11110 | 0 | 111110 | 111001 | 1001001 | 101100010 | 101101 | 10011 |
Color Harmonies of #451A1E
Complementary color
Monochromatic Colors of #451A1E
Black with #451A1E
Text Example
Text Example
White with #451A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A1E; }
p { color: rgb(69,26,30); }
H1.HeaderClassName
{
color: #451A1E;
}
.AnyTagClassName
{
color: #451A1E;
}
</style>
background-color css
<style>
a { background-color: #451A1E; }
a { background-color: rgb(69,26,30); }
div.DivClassName
{
background-color: #451A1E;
}
.BgClassName
{
background-color: #451A1E;
}
</style>
border-color css
<style>
span { border-color: #451A1E; }
span { border-color: rgb(69,26,30); }
td.TdClassName
{
border-color: #451A1E;
}
.TagClassName
{
border-color: #451A1E;
}
</style>