Shades of Bordeaux #551724
Tints of Bordeaux #551724
RGB
CMYK
RGB Variations
Color information
#551724 (or 0x551724) is known color: Bordeaux. HEX triplet: 55, 17 and 24. RGB value is (85,23,36). Sum of RGB (Red+Green+Blue) = 85+23+36=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #551724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551724 is #AAE8DB. Grayscale: #2B2B2B. Windows color (decimal): -11200732 or 2365269. OLE color: 2365269.
HSL color Cylindrical-coordinate representation of color #551724: hue angle of 347.42º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551724 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 36 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.67 |
| HSL | 347.42º | 0.57% | 0.21% | - |
| HSV(B) | 347.42º | 0.73% | 0.33% | - |
| XYZ | 4.37 | 2.67 | 1.95 | - |
| YUV | 43.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 36 | 0 | 0.73 | 0.58 | 0.67 | 347.42 | 0.57 | 0.21 |
| Hex | 55 | 17 | 24 | 0 | 49 | 3A | 43 | 15B | 39 | 15 |
| Octal | 125 | 27 | 44 | 0 | 111 | 72 | 103 | 533 | 71 | 25 |
| Binary | 1010101 | 10111 | 100100 | 0 | 1001001 | 111010 | 1000011 | 101011011 | 111001 | 10101 |
Color Harmonies of #551724
Complementary color
Monochromatic Colors of #551724
Black with #551724
Text Example
Text Example
White with #551724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551724; }
p { color: rgb(85,23,36); }
H1.HeaderClassName
{
color: #551724;
}
.AnyTagClassName
{
color: #551724;
}
</style>
background-color css
<style>
a { background-color: #551724; }
a { background-color: rgb(85,23,36); }
div.DivClassName
{
background-color: #551724;
}
.BgClassName
{
background-color: #551724;
}
</style>
border-color css
<style>
span { border-color: #551724; }
span { border-color: rgb(85,23,36); }
td.TdClassName
{
border-color: #551724;
}
.TagClassName
{
border-color: #551724;
}
</style>