Shades of Bordeaux #550823
Tints of Bordeaux #550823
RGB
CMYK
RGB Variations
Color information
#550823 (or 0x550823) is known color: Bordeaux. HEX triplet: 55, 08 and 23. RGB value is (85,8,35). Sum of RGB (Red+Green+Blue) = 85+8+35=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #550823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550823 is #AAF7DC. Grayscale: #222222. Windows color (decimal): -11204573 or 2295893. OLE color: 2295893.
HSL color Cylindrical-coordinate representation of color #550823: hue angle of 338.96º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550823 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 35 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.67 |
| HSL | 338.96º | 0.83% | 0.18% | - |
| HSV(B) | 338.96º | 0.91% | 0.33% | - |
| XYZ | 4.14 | 2.23 | 1.8 | - |
| YUV | 34.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 35 | 0 | 0.91 | 0.59 | 0.67 | 338.96 | 0.83 | 0.18 |
| Hex | 55 | 8 | 23 | 0 | 5B | 3B | 43 | 153 | 53 | 12 |
| Octal | 125 | 10 | 43 | 0 | 133 | 73 | 103 | 523 | 123 | 22 |
| Binary | 1010101 | 1000 | 100011 | 0 | 1011011 | 111011 | 1000011 | 101010011 | 1010011 | 10010 |
Color Harmonies of #550823
Complementary color
Monochromatic Colors of #550823
Black with #550823
Text Example
Text Example
White with #550823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550823; }
p { color: rgb(85,8,35); }
H1.HeaderClassName
{
color: #550823;
}
.AnyTagClassName
{
color: #550823;
}
</style>
background-color css
<style>
a { background-color: #550823; }
a { background-color: rgb(85,8,35); }
div.DivClassName
{
background-color: #550823;
}
.BgClassName
{
background-color: #550823;
}
</style>
border-color css
<style>
span { border-color: #550823; }
span { border-color: rgb(85,8,35); }
td.TdClassName
{
border-color: #550823;
}
.TagClassName
{
border-color: #550823;
}
</style>