Shades of Bordeaux #550317
Tints of Bordeaux #550317
RGB
CMYK
RGB Variations
Color information
#550317 (or 0x550317) is known color: Bordeaux. HEX triplet: 55, 03 and 17. RGB value is (85,3,23). Sum of RGB (Red+Green+Blue) = 85+3+23=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550317 is #AAFCE8. Grayscale: #1D1D1D. Windows color (decimal): -11205865 or 1508181. OLE color: 1508181.
HSL color Cylindrical-coordinate representation of color #550317: hue angle of 345.37º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550317 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 23 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.67 |
| HSL | 345.37º | 0.93% | 0.17% | - |
| HSV(B) | 345.37º | 0.96% | 0.33% | - |
| XYZ | 3.93 | 2.06 | 1 | - |
| YUV | 29.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 23 | 0 | 0.96 | 0.73 | 0.67 | 345.37 | 0.93 | 0.17 |
| Hex | 55 | 3 | 17 | 0 | 60 | 49 | 43 | 159 | 5D | 11 |
| Octal | 125 | 3 | 27 | 0 | 140 | 111 | 103 | 531 | 135 | 21 |
| Binary | 1010101 | 11 | 10111 | 0 | 1100000 | 1001001 | 1000011 | 101011001 | 1011101 | 10001 |
Color Harmonies of #550317
Complementary color
Monochromatic Colors of #550317
Black with #550317
Text Example
Text Example
White with #550317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550317; }
p { color: rgb(85,3,23); }
H1.HeaderClassName
{
color: #550317;
}
.AnyTagClassName
{
color: #550317;
}
</style>
background-color css
<style>
a { background-color: #550317; }
a { background-color: rgb(85,3,23); }
div.DivClassName
{
background-color: #550317;
}
.BgClassName
{
background-color: #550317;
}
</style>
border-color css
<style>
span { border-color: #550317; }
span { border-color: rgb(85,3,23); }
td.TdClassName
{
border-color: #550317;
}
.TagClassName
{
border-color: #550317;
}
</style>