Shades of Bordeaux #551923
Tints of Bordeaux #551923
RGB
CMYK
RGB Variations
Color information
#551923 (or 0x551923) is known color: Bordeaux. HEX triplet: 55, 19 and 23. RGB value is (85,25,35). Sum of RGB (Red+Green+Blue) = 85+25+35=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #551923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551923 is #AAE6DC. Grayscale: #2C2C2C. Windows color (decimal): -11200221 or 2300245. OLE color: 2300245.
HSL color Cylindrical-coordinate representation of color #551923: hue angle of 350º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551923 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 35 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.67 |
| HSL | 350º | 0.55% | 0.22% | - |
| HSV(B) | 350º | 0.71% | 0.33% | - |
| XYZ | 4.4 | 2.75 | 1.89 | - |
| YUV | 44.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 35 | 0 | 0.71 | 0.59 | 0.67 | 350 | 0.55 | 0.22 |
| Hex | 55 | 19 | 23 | 0 | 47 | 3B | 43 | 15E | 37 | 16 |
| Octal | 125 | 31 | 43 | 0 | 107 | 73 | 103 | 536 | 67 | 26 |
| Binary | 1010101 | 11001 | 100011 | 0 | 1000111 | 111011 | 1000011 | 101011110 | 110111 | 10110 |
Color Harmonies of #551923
Complementary color
Monochromatic Colors of #551923
Black with #551923
Text Example
Text Example
White with #551923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551923; }
p { color: rgb(85,25,35); }
H1.HeaderClassName
{
color: #551923;
}
.AnyTagClassName
{
color: #551923;
}
</style>
background-color css
<style>
a { background-color: #551923; }
a { background-color: rgb(85,25,35); }
div.DivClassName
{
background-color: #551923;
}
.BgClassName
{
background-color: #551923;
}
</style>
border-color css
<style>
span { border-color: #551923; }
span { border-color: rgb(85,25,35); }
td.TdClassName
{
border-color: #551923;
}
.TagClassName
{
border-color: #551923;
}
</style>