Shades of Bordeaux #550319
Tints of Bordeaux #550319
RGB
CMYK
RGB Variations
Color information
#550319 (or 0x550319) is known color: Bordeaux. HEX triplet: 55, 03 and 19. RGB value is (85,3,25). Sum of RGB (Red+Green+Blue) = 85+3+25=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #550319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550319 is #AAFCE6. Grayscale: #1E1E1E. Windows color (decimal): -11205863 or 1639253. OLE color: 1639253.
HSL color Cylindrical-coordinate representation of color #550319: hue angle of 343.9º 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 #550319 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 25 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.67 |
| HSL | 343.9º | 0.93% | 0.17% | - |
| HSV(B) | 343.9º | 0.96% | 0.33% | - |
| XYZ | 3.95 | 2.07 | 1.11 | - |
| YUV | 30.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 25 | 0 | 0.96 | 0.71 | 0.67 | 343.9 | 0.93 | 0.17 |
| Hex | 55 | 3 | 19 | 0 | 60 | 47 | 43 | 158 | 5D | 11 |
| Octal | 125 | 3 | 31 | 0 | 140 | 107 | 103 | 530 | 135 | 21 |
| Binary | 1010101 | 11 | 11001 | 0 | 1100000 | 1000111 | 1000011 | 101011000 | 1011101 | 10001 |
Color Harmonies of #550319
Complementary color
Monochromatic Colors of #550319
Black with #550319
Text Example
Text Example
White with #550319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550319; }
p { color: rgb(85,3,25); }
H1.HeaderClassName
{
color: #550319;
}
.AnyTagClassName
{
color: #550319;
}
</style>
background-color css
<style>
a { background-color: #550319; }
a { background-color: rgb(85,3,25); }
div.DivClassName
{
background-color: #550319;
}
.BgClassName
{
background-color: #550319;
}
</style>
border-color css
<style>
span { border-color: #550319; }
span { border-color: rgb(85,3,25); }
td.TdClassName
{
border-color: #550319;
}
.TagClassName
{
border-color: #550319;
}
</style>