Shades of Bordeaux #551723
Tints of Bordeaux #551723
RGB
CMYK
RGB Variations
Color information
#551723 (or 0x551723) is known color: Bordeaux. HEX triplet: 55, 17 and 23. RGB value is (85,23,35). Sum of RGB (Red+Green+Blue) = 85+23+35=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #551723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551723 is #AAE8DC. Grayscale: #2A2A2A. Windows color (decimal): -11200733 or 2299733. OLE color: 2299733.
HSL color Cylindrical-coordinate representation of color #551723: hue angle of 348.39º 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 #551723 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 35 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.67 |
| HSL | 348.39º | 0.57% | 0.21% | - |
| HSV(B) | 348.39º | 0.73% | 0.33% | - |
| XYZ | 4.36 | 2.67 | 1.87 | - |
| YUV | 42.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 35 | 0 | 0.73 | 0.59 | 0.67 | 348.39 | 0.57 | 0.21 |
| Hex | 55 | 17 | 23 | 0 | 49 | 3B | 43 | 15C | 39 | 15 |
| Octal | 125 | 27 | 43 | 0 | 111 | 73 | 103 | 534 | 71 | 25 |
| Binary | 1010101 | 10111 | 100011 | 0 | 1001001 | 111011 | 1000011 | 101011100 | 111001 | 10101 |
Color Harmonies of #551723
Complementary color
Monochromatic Colors of #551723
Black with #551723
Text Example
Text Example
White with #551723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551723; }
p { color: rgb(85,23,35); }
H1.HeaderClassName
{
color: #551723;
}
.AnyTagClassName
{
color: #551723;
}
</style>
background-color css
<style>
a { background-color: #551723; }
a { background-color: rgb(85,23,35); }
div.DivClassName
{
background-color: #551723;
}
.BgClassName
{
background-color: #551723;
}
</style>
border-color css
<style>
span { border-color: #551723; }
span { border-color: rgb(85,23,35); }
td.TdClassName
{
border-color: #551723;
}
.TagClassName
{
border-color: #551723;
}
</style>