Shades of Bordeaux #451925
Tints of Bordeaux #451925
RGB
CMYK
RGB Variations
Color information
#451925 (or 0x451925) is known color: Bordeaux. HEX triplet: 45, 19 and 25. RGB value is (69,25,37). Sum of RGB (Red+Green+Blue) = 69+25+37=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #451925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451925 is #BAE6DA. Grayscale: #272727. Windows color (decimal): -12248795 or 2431301. OLE color: 2431301.
HSL color Cylindrical-coordinate representation of color #451925: hue angle of 343.64º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #451925 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 25 | 37 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.73 |
| HSL | 343.64º | 0.47% | 0.18% | - |
| HSV(B) | 343.64º | 0.64% | 0.27% | - |
| XYZ | 3.14 | 2.09 | 1.99 | - |
| YUV | 39.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 37 | 0 | 0.64 | 0.46 | 0.73 | 343.64 | 0.47 | 0.18 |
| Hex | 45 | 19 | 25 | 0 | 40 | 2E | 49 | 158 | 2F | 12 |
| Octal | 105 | 31 | 45 | 0 | 100 | 56 | 111 | 530 | 57 | 22 |
| Binary | 1000101 | 11001 | 100101 | 0 | 1000000 | 101110 | 1001001 | 101011000 | 101111 | 10010 |
Color Harmonies of #451925
Complementary color
Monochromatic Colors of #451925
Black with #451925
Text Example
Text Example
White with #451925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451925; }
p { color: rgb(69,25,37); }
H1.HeaderClassName
{
color: #451925;
}
.AnyTagClassName
{
color: #451925;
}
</style>
background-color css
<style>
a { background-color: #451925; }
a { background-color: rgb(69,25,37); }
div.DivClassName
{
background-color: #451925;
}
.BgClassName
{
background-color: #451925;
}
</style>
border-color css
<style>
span { border-color: #451925; }
span { border-color: rgb(69,25,37); }
td.TdClassName
{
border-color: #451925;
}
.TagClassName
{
border-color: #451925;
}
</style>