Shades of Bordeaux #550824
Tints of Bordeaux #550824
RGB
CMYK
RGB Variations
Color information
#550824 (or 0x550824) is known color: Bordeaux. HEX triplet: 55, 08 and 24. RGB value is (85,8,36). Sum of RGB (Red+Green+Blue) = 85+8+36=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #550824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550824 is #AAF7DB. Grayscale: #222222. Windows color (decimal): -11204572 or 2361429. OLE color: 2361429.
HSL color Cylindrical-coordinate representation of color #550824: hue angle of 338.18º 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 #550824 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 36 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.67 |
| HSL | 338.18º | 0.83% | 0.18% | - |
| HSV(B) | 338.18º | 0.91% | 0.33% | - |
| XYZ | 4.15 | 2.23 | 1.88 | - |
| YUV | 34.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 36 | 0 | 0.91 | 0.58 | 0.67 | 338.18 | 0.83 | 0.18 |
| Hex | 55 | 8 | 24 | 0 | 5B | 3A | 43 | 152 | 53 | 12 |
| Octal | 125 | 10 | 44 | 0 | 133 | 72 | 103 | 522 | 123 | 22 |
| Binary | 1010101 | 1000 | 100100 | 0 | 1011011 | 111010 | 1000011 | 101010010 | 1010011 | 10010 |
Color Harmonies of #550824
Complementary color
Monochromatic Colors of #550824
Black with #550824
Text Example
Text Example
White with #550824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550824; }
p { color: rgb(85,8,36); }
H1.HeaderClassName
{
color: #550824;
}
.AnyTagClassName
{
color: #550824;
}
</style>
background-color css
<style>
a { background-color: #550824; }
a { background-color: rgb(85,8,36); }
div.DivClassName
{
background-color: #550824;
}
.BgClassName
{
background-color: #550824;
}
</style>
border-color css
<style>
span { border-color: #550824; }
span { border-color: rgb(85,8,36); }
td.TdClassName
{
border-color: #550824;
}
.TagClassName
{
border-color: #550824;
}
</style>