Shades of Bordeaux #451E25
Tints of Bordeaux #451E25
RGB
CMYK
RGB Variations
Color information
#451E25 (or 0x451E25) is known color: Bordeaux. HEX triplet: 45, 1E and 25. RGB value is (69,30,37). Sum of RGB (Red+Green+Blue) = 69+30+37=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #451E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E25 is #BAE1DA. Grayscale: #2A2A2A. Windows color (decimal): -12247515 or 2432581. OLE color: 2432581.
HSL color Cylindrical-coordinate representation of color #451E25: hue angle of 349.23º 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 #451E25 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 37 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.73 |
| HSL | 349.23º | 0.39% | 0.19% | - |
| HSV(B) | 349.23º | 0.57% | 0.27% | - |
| XYZ | 3.25 | 2.33 | 2.03 | - |
| YUV | 42.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 37 | 0 | 0.57 | 0.46 | 0.73 | 349.23 | 0.39 | 0.19 |
| Hex | 45 | 1E | 25 | 0 | 39 | 2E | 49 | 15D | 27 | 13 |
| Octal | 105 | 36 | 45 | 0 | 71 | 56 | 111 | 535 | 47 | 23 |
| Binary | 1000101 | 11110 | 100101 | 0 | 111001 | 101110 | 1001001 | 101011101 | 100111 | 10011 |
Color Harmonies of #451E25
Complementary color
Monochromatic Colors of #451E25
Black with #451E25
Text Example
Text Example
White with #451E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E25; }
p { color: rgb(69,30,37); }
H1.HeaderClassName
{
color: #451E25;
}
.AnyTagClassName
{
color: #451E25;
}
</style>
background-color css
<style>
a { background-color: #451E25; }
a { background-color: rgb(69,30,37); }
div.DivClassName
{
background-color: #451E25;
}
.BgClassName
{
background-color: #451E25;
}
</style>
border-color css
<style>
span { border-color: #451E25; }
span { border-color: rgb(69,30,37); }
td.TdClassName
{
border-color: #451E25;
}
.TagClassName
{
border-color: #451E25;
}
</style>