Shades of Bordeaux #451D24
Tints of Bordeaux #451D24
RGB
CMYK
RGB Variations
Color information
#451D24 (or 0x451D24) is known color: Bordeaux. HEX triplet: 45, 1D and 24. RGB value is (69,29,36). Sum of RGB (Red+Green+Blue) = 69+29+36=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #451D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D24 is #BAE2DB. Grayscale: #292929. Windows color (decimal): -12247772 or 2366789. OLE color: 2366789.
HSL color Cylindrical-coordinate representation of color #451D24: hue angle of 349.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 #451D24 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 36 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.73 |
| HSL | 349.5º | 0.41% | 0.19% | - |
| HSV(B) | 349.5º | 0.58% | 0.27% | - |
| XYZ | 3.21 | 2.27 | 1.94 | - |
| YUV | 41.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 36 | 0 | 0.58 | 0.48 | 0.73 | 349.5 | 0.41 | 0.19 |
| Hex | 45 | 1D | 24 | 0 | 3A | 30 | 49 | 15E | 29 | 13 |
| Octal | 105 | 35 | 44 | 0 | 72 | 60 | 111 | 536 | 51 | 23 |
| Binary | 1000101 | 11101 | 100100 | 0 | 111010 | 110000 | 1001001 | 101011110 | 101001 | 10011 |
Color Harmonies of #451D24
Complementary color
Monochromatic Colors of #451D24
Black with #451D24
Text Example
Text Example
White with #451D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D24; }
p { color: rgb(69,29,36); }
H1.HeaderClassName
{
color: #451D24;
}
.AnyTagClassName
{
color: #451D24;
}
</style>
background-color css
<style>
a { background-color: #451D24; }
a { background-color: rgb(69,29,36); }
div.DivClassName
{
background-color: #451D24;
}
.BgClassName
{
background-color: #451D24;
}
</style>
border-color css
<style>
span { border-color: #451D24; }
span { border-color: rgb(69,29,36); }
td.TdClassName
{
border-color: #451D24;
}
.TagClassName
{
border-color: #451D24;
}
</style>