Shades of Bordeaux #451E26
Tints of Bordeaux #451E26
RGB
CMYK
RGB Variations
Color information
#451E26 (or 0x451E26) is known color: Bordeaux. HEX triplet: 45, 1E and 26. RGB value is (69,30,38). Sum of RGB (Red+Green+Blue) = 69+30+38=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #451E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E26 is #BAE1D9. Grayscale: #2A2A2A. Windows color (decimal): -12247514 or 2498117. OLE color: 2498117.
HSL color Cylindrical-coordinate representation of color #451E26: hue angle of 347.69º 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 #451E26 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 38 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.73 |
| HSL | 347.69º | 0.39% | 0.19% | - |
| HSV(B) | 347.69º | 0.57% | 0.27% | - |
| XYZ | 3.27 | 2.33 | 2.11 | - |
| YUV | 42.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 38 | 0 | 0.57 | 0.45 | 0.73 | 347.69 | 0.39 | 0.19 |
| Hex | 45 | 1E | 26 | 0 | 39 | 2D | 49 | 15C | 27 | 13 |
| Octal | 105 | 36 | 46 | 0 | 71 | 55 | 111 | 534 | 47 | 23 |
| Binary | 1000101 | 11110 | 100110 | 0 | 111001 | 101101 | 1001001 | 101011100 | 100111 | 10011 |
Color Harmonies of #451E26
Complementary color
Monochromatic Colors of #451E26
Black with #451E26
Text Example
Text Example
White with #451E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E26; }
p { color: rgb(69,30,38); }
H1.HeaderClassName
{
color: #451E26;
}
.AnyTagClassName
{
color: #451E26;
}
</style>
background-color css
<style>
a { background-color: #451E26; }
a { background-color: rgb(69,30,38); }
div.DivClassName
{
background-color: #451E26;
}
.BgClassName
{
background-color: #451E26;
}
</style>
border-color css
<style>
span { border-color: #451E26; }
span { border-color: rgb(69,30,38); }
td.TdClassName
{
border-color: #451E26;
}
.TagClassName
{
border-color: #451E26;
}
</style>