Shades of Bordeaux #451D26
Tints of Bordeaux #451D26
RGB
CMYK
RGB Variations
Color information
#451D26 (or 0x451D26) is known color: Bordeaux. HEX triplet: 45, 1D and 26. RGB value is (69,29,38). Sum of RGB (Red+Green+Blue) = 69+29+38=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #451D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D26 is #BAE2D9. Grayscale: #292929. Windows color (decimal): -12247770 or 2497861. OLE color: 2497861.
HSL color Cylindrical-coordinate representation of color #451D26: hue angle of 346.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #451D26 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 38 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.73 |
| HSL | 346.5º | 0.41% | 0.19% | - |
| HSV(B) | 346.5º | 0.58% | 0.27% | - |
| XYZ | 3.24 | 2.28 | 2.1 | - |
| YUV | 41.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 38 | 0 | 0.58 | 0.45 | 0.73 | 346.5 | 0.41 | 0.19 |
| Hex | 45 | 1D | 26 | 0 | 3A | 2D | 49 | 15A | 29 | 13 |
| Octal | 105 | 35 | 46 | 0 | 72 | 55 | 111 | 532 | 51 | 23 |
| Binary | 1000101 | 11101 | 100110 | 0 | 111010 | 101101 | 1001001 | 101011010 | 101001 | 10011 |
Color Harmonies of #451D26
Complementary color
Monochromatic Colors of #451D26
Black with #451D26
Text Example
Text Example
White with #451D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D26; }
p { color: rgb(69,29,38); }
H1.HeaderClassName
{
color: #451D26;
}
.AnyTagClassName
{
color: #451D26;
}
</style>
background-color css
<style>
a { background-color: #451D26; }
a { background-color: rgb(69,29,38); }
div.DivClassName
{
background-color: #451D26;
}
.BgClassName
{
background-color: #451D26;
}
</style>
border-color css
<style>
span { border-color: #451D26; }
span { border-color: rgb(69,29,38); }
td.TdClassName
{
border-color: #451D26;
}
.TagClassName
{
border-color: #451D26;
}
</style>