Shades of Bordeaux #451E23
Tints of Bordeaux #451E23
RGB
CMYK
RGB Variations
Color information
#451E23 (or 0x451E23) is known color: Bordeaux. HEX triplet: 45, 1E and 23. RGB value is (69,30,35). Sum of RGB (Red+Green+Blue) = 69+30+35=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #451E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E23 is #BAE1DC. Grayscale: #2A2A2A. Windows color (decimal): -12247517 or 2301509. OLE color: 2301509.
HSL color Cylindrical-coordinate representation of color #451E23: hue angle of 352.31º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #451E23 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 35 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.73 |
| HSL | 352.31º | 0.39% | 0.19% | - |
| HSV(B) | 352.31º | 0.57% | 0.27% | - |
| XYZ | 3.22 | 2.32 | 1.87 | - |
| YUV | 42.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 35 | 0 | 0.57 | 0.49 | 0.73 | 352.31 | 0.39 | 0.19 |
| Hex | 45 | 1E | 23 | 0 | 39 | 31 | 49 | 160 | 27 | 13 |
| Octal | 105 | 36 | 43 | 0 | 71 | 61 | 111 | 540 | 47 | 23 |
| Binary | 1000101 | 11110 | 100011 | 0 | 111001 | 110001 | 1001001 | 101100000 | 100111 | 10011 |
Color Harmonies of #451E23
Complementary color
Monochromatic Colors of #451E23
Black with #451E23
Text Example
Text Example
White with #451E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E23; }
p { color: rgb(69,30,35); }
H1.HeaderClassName
{
color: #451E23;
}
.AnyTagClassName
{
color: #451E23;
}
</style>
background-color css
<style>
a { background-color: #451E23; }
a { background-color: rgb(69,30,35); }
div.DivClassName
{
background-color: #451E23;
}
.BgClassName
{
background-color: #451E23;
}
</style>
border-color css
<style>
span { border-color: #451E23; }
span { border-color: rgb(69,30,35); }
td.TdClassName
{
border-color: #451E23;
}
.TagClassName
{
border-color: #451E23;
}
</style>