Shades of Bordeaux #451C20
Tints of Bordeaux #451C20
RGB
CMYK
RGB Variations
Color information
#451C20 (or 0x451C20) is known color: Bordeaux. HEX triplet: 45, 1C and 20. RGB value is (69,28,32). Sum of RGB (Red+Green+Blue) = 69+28+32=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #451C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C20 is #BAE3DF. Grayscale: #282828. Windows color (decimal): -12248032 or 2104389. OLE color: 2104389.
HSL color Cylindrical-coordinate representation of color #451C20: hue angle of 354.15º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451C20 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 28 | 32 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.73 |
| HSL | 354.15º | 0.42% | 0.19% | - |
| HSV(B) | 354.15º | 0.59% | 0.27% | - |
| XYZ | 3.13 | 2.2 | 1.63 | - |
| YUV | 40.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 32 | 0 | 0.59 | 0.54 | 0.73 | 354.15 | 0.42 | 0.19 |
| Hex | 45 | 1C | 20 | 0 | 3B | 36 | 49 | 162 | 2A | 13 |
| Octal | 105 | 34 | 40 | 0 | 73 | 66 | 111 | 542 | 52 | 23 |
| Binary | 1000101 | 11100 | 100000 | 0 | 111011 | 110110 | 1001001 | 101100010 | 101010 | 10011 |
Color Harmonies of #451C20
Complementary color
Monochromatic Colors of #451C20
Black with #451C20
Text Example
Text Example
White with #451C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C20; }
p { color: rgb(69,28,32); }
H1.HeaderClassName
{
color: #451C20;
}
.AnyTagClassName
{
color: #451C20;
}
</style>
background-color css
<style>
a { background-color: #451C20; }
a { background-color: rgb(69,28,32); }
div.DivClassName
{
background-color: #451C20;
}
.BgClassName
{
background-color: #451C20;
}
</style>
border-color css
<style>
span { border-color: #451C20; }
span { border-color: rgb(69,28,32); }
td.TdClassName
{
border-color: #451C20;
}
.TagClassName
{
border-color: #451C20;
}
</style>