Shades of Bordeaux #451820
Tints of Bordeaux #451820
RGB
CMYK
RGB Variations
Color information
#451820 (or 0x451820) is known color: Bordeaux. HEX triplet: 45, 18 and 20. RGB value is (69,24,32). Sum of RGB (Red+Green+Blue) = 69+24+32=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #451820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451820 is #BAE7DF. Grayscale: #262626. Windows color (decimal): -12249056 or 2103365. OLE color: 2103365.
HSL color Cylindrical-coordinate representation of color #451820: hue angle of 349.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451820 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 32 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.73 |
| HSL | 349.33º | 0.48% | 0.18% | - |
| HSV(B) | 349.33º | 0.65% | 0.27% | - |
| XYZ | 3.04 | 2.02 | 1.6 | - |
| YUV | 38.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 32 | 0 | 0.65 | 0.54 | 0.73 | 349.33 | 0.48 | 0.18 |
| Hex | 45 | 18 | 20 | 0 | 41 | 36 | 49 | 15D | 30 | 12 |
| Octal | 105 | 30 | 40 | 0 | 101 | 66 | 111 | 535 | 60 | 22 |
| Binary | 1000101 | 11000 | 100000 | 0 | 1000001 | 110110 | 1001001 | 101011101 | 110000 | 10010 |
Color Harmonies of #451820
Complementary color
Monochromatic Colors of #451820
Black with #451820
Text Example
Text Example
White with #451820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451820; }
p { color: rgb(69,24,32); }
H1.HeaderClassName
{
color: #451820;
}
.AnyTagClassName
{
color: #451820;
}
</style>
background-color css
<style>
a { background-color: #451820; }
a { background-color: rgb(69,24,32); }
div.DivClassName
{
background-color: #451820;
}
.BgClassName
{
background-color: #451820;
}
</style>
border-color css
<style>
span { border-color: #451820; }
span { border-color: rgb(69,24,32); }
td.TdClassName
{
border-color: #451820;
}
.TagClassName
{
border-color: #451820;
}
</style>