Shades of Bordeaux #551319
Tints of Bordeaux #551319
RGB
CMYK
RGB Variations
Color information
#551319 (or 0x551319) is known color: Bordeaux. HEX triplet: 55, 13 and 19. RGB value is (85,19,25). Sum of RGB (Red+Green+Blue) = 85+19+25=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551319 is #AAECE6. Grayscale: #272727. Windows color (decimal): -11201767 or 1643349. OLE color: 1643349.
HSL color Cylindrical-coordinate representation of color #551319: hue angle of 354.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551319 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 25 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.67 |
| HSL | 354.55º | 0.63% | 0.2% | - |
| HSV(B) | 354.55º | 0.78% | 0.33% | - |
| XYZ | 4.15 | 2.47 | 1.18 | - |
| YUV | 39.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 25 | 0 | 0.78 | 0.71 | 0.67 | 354.55 | 0.63 | 0.2 |
| Hex | 55 | 13 | 19 | 0 | 4E | 47 | 43 | 163 | 3F | 14 |
| Octal | 125 | 23 | 31 | 0 | 116 | 107 | 103 | 543 | 77 | 24 |
| Binary | 1010101 | 10011 | 11001 | 0 | 1001110 | 1000111 | 1000011 | 101100011 | 111111 | 10100 |
Color Harmonies of #551319
Complementary color
Monochromatic Colors of #551319
Black with #551319
Text Example
Text Example
White with #551319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551319; }
p { color: rgb(85,19,25); }
H1.HeaderClassName
{
color: #551319;
}
.AnyTagClassName
{
color: #551319;
}
</style>
background-color css
<style>
a { background-color: #551319; }
a { background-color: rgb(85,19,25); }
div.DivClassName
{
background-color: #551319;
}
.BgClassName
{
background-color: #551319;
}
</style>
border-color css
<style>
span { border-color: #551319; }
span { border-color: rgb(85,19,25); }
td.TdClassName
{
border-color: #551319;
}
.TagClassName
{
border-color: #551319;
}
</style>