Shades of Bordeaux #451525
Tints of Bordeaux #451525
RGB
CMYK
RGB Variations
Color information
#451525 (or 0x451525) is known color: Bordeaux. HEX triplet: 45, 15 and 25. RGB value is (69,21,37). Sum of RGB (Red+Green+Blue) = 69+21+37=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451525 is #BAEADA. Grayscale: #252525. Windows color (decimal): -12249819 or 2430277. OLE color: 2430277.
HSL color Cylindrical-coordinate representation of color #451525: hue angle of 340º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451525 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 37 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.73 |
| HSL | 340º | 0.53% | 0.18% | - |
| HSV(B) | 340º | 0.7% | 0.27% | - |
| XYZ | 3.06 | 1.94 | 1.96 | - |
| YUV | 37.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 37 | 0 | 0.70 | 0.46 | 0.73 | 340 | 0.53 | 0.18 |
| Hex | 45 | 15 | 25 | 0 | 46 | 2E | 49 | 154 | 35 | 12 |
| Octal | 105 | 25 | 45 | 0 | 106 | 56 | 111 | 524 | 65 | 22 |
| Binary | 1000101 | 10101 | 100101 | 0 | 1000110 | 101110 | 1001001 | 101010100 | 110101 | 10010 |
Color Harmonies of #451525
Complementary color
Monochromatic Colors of #451525
Black with #451525
Text Example
Text Example
White with #451525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451525; }
p { color: rgb(69,21,37); }
H1.HeaderClassName
{
color: #451525;
}
.AnyTagClassName
{
color: #451525;
}
</style>
background-color css
<style>
a { background-color: #451525; }
a { background-color: rgb(69,21,37); }
div.DivClassName
{
background-color: #451525;
}
.BgClassName
{
background-color: #451525;
}
</style>
border-color css
<style>
span { border-color: #451525; }
span { border-color: rgb(69,21,37); }
td.TdClassName
{
border-color: #451525;
}
.TagClassName
{
border-color: #451525;
}
</style>