Shades of Bordeaux #550313
Tints of Bordeaux #550313
RGB
CMYK
RGB Variations
Color information
#550313 (or 0x550313) is known color: Bordeaux. HEX triplet: 55, 03 and 13. RGB value is (85,3,19). Sum of RGB (Red+Green+Blue) = 85+3+19=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550313 is #AAFCEC. Grayscale: #1D1D1D. Windows color (decimal): -11205869 or 1246037. OLE color: 1246037.
HSL color Cylindrical-coordinate representation of color #550313: hue angle of 348.29º 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 #550313 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 19 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.67 |
| HSL | 348.29º | 0.93% | 0.17% | - |
| HSV(B) | 348.29º | 0.96% | 0.33% | - |
| XYZ | 3.9 | 2.04 | 0.81 | - |
| YUV | 29.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 19 | 0 | 0.96 | 0.78 | 0.67 | 348.29 | 0.93 | 0.17 |
| Hex | 55 | 3 | 13 | 0 | 60 | 4E | 43 | 15C | 5D | 11 |
| Octal | 125 | 3 | 23 | 0 | 140 | 116 | 103 | 534 | 135 | 21 |
| Binary | 1010101 | 11 | 10011 | 0 | 1100000 | 1001110 | 1000011 | 101011100 | 1011101 | 10001 |
Color Harmonies of #550313
Complementary color
Monochromatic Colors of #550313
Black with #550313
Text Example
Text Example
White with #550313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550313; }
p { color: rgb(85,3,19); }
H1.HeaderClassName
{
color: #550313;
}
.AnyTagClassName
{
color: #550313;
}
</style>
background-color css
<style>
a { background-color: #550313; }
a { background-color: rgb(85,3,19); }
div.DivClassName
{
background-color: #550313;
}
.BgClassName
{
background-color: #550313;
}
</style>
border-color css
<style>
span { border-color: #550313; }
span { border-color: rgb(85,3,19); }
td.TdClassName
{
border-color: #550313;
}
.TagClassName
{
border-color: #550313;
}
</style>