Shades of Bordeaux #551623
Tints of Bordeaux #551623
RGB
CMYK
RGB Variations
Color information
#551623 (or 0x551623) is known color: Bordeaux. HEX triplet: 55, 16 and 23. RGB value is (85,22,35). Sum of RGB (Red+Green+Blue) = 85+22+35=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551623 is #AAE9DC. Grayscale: #2A2A2A. Windows color (decimal): -11200989 or 2299477. OLE color: 2299477.
HSL color Cylindrical-coordinate representation of color #551623: hue angle of 347.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551623 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 35 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.67 |
| HSL | 347.62º | 0.59% | 0.21% | - |
| HSV(B) | 347.62º | 0.74% | 0.33% | - |
| XYZ | 4.34 | 2.63 | 1.87 | - |
| YUV | 42.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 35 | 0 | 0.74 | 0.59 | 0.67 | 347.62 | 0.59 | 0.21 |
| Hex | 55 | 16 | 23 | 0 | 4A | 3B | 43 | 15C | 3B | 15 |
| Octal | 125 | 26 | 43 | 0 | 112 | 73 | 103 | 534 | 73 | 25 |
| Binary | 1010101 | 10110 | 100011 | 0 | 1001010 | 111011 | 1000011 | 101011100 | 111011 | 10101 |
Color Harmonies of #551623
Complementary color
Monochromatic Colors of #551623
Black with #551623
Text Example
Text Example
White with #551623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551623; }
p { color: rgb(85,22,35); }
H1.HeaderClassName
{
color: #551623;
}
.AnyTagClassName
{
color: #551623;
}
</style>
background-color css
<style>
a { background-color: #551623; }
a { background-color: rgb(85,22,35); }
div.DivClassName
{
background-color: #551623;
}
.BgClassName
{
background-color: #551623;
}
</style>
border-color css
<style>
span { border-color: #551623; }
span { border-color: rgb(85,22,35); }
td.TdClassName
{
border-color: #551623;
}
.TagClassName
{
border-color: #551623;
}
</style>