Shades of Bordeaux #551325
Tints of Bordeaux #551325
RGB
CMYK
RGB Variations
Color information
#551325 (or 0x551325) is known color: Bordeaux. HEX triplet: 55, 13 and 25. RGB value is (85,19,37). Sum of RGB (Red+Green+Blue) = 85+19+37=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551325 is #AAECDA. Grayscale: #282828. Windows color (decimal): -11201755 or 2429781. OLE color: 2429781.
HSL color Cylindrical-coordinate representation of color #551325: hue angle of 343.64º 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 #551325 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 37 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.67 |
| HSL | 343.64º | 0.63% | 0.2% | - |
| HSV(B) | 343.64º | 0.78% | 0.33% | - |
| XYZ | 4.31 | 2.53 | 2.01 | - |
| YUV | 40.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 37 | 0 | 0.78 | 0.56 | 0.67 | 343.64 | 0.63 | 0.2 |
| Hex | 55 | 13 | 25 | 0 | 4E | 38 | 43 | 158 | 3F | 14 |
| Octal | 125 | 23 | 45 | 0 | 116 | 70 | 103 | 530 | 77 | 24 |
| Binary | 1010101 | 10011 | 100101 | 0 | 1001110 | 111000 | 1000011 | 101011000 | 111111 | 10100 |
Color Harmonies of #551325
Complementary color
Monochromatic Colors of #551325
Black with #551325
Text Example
Text Example
White with #551325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551325; }
p { color: rgb(85,19,37); }
H1.HeaderClassName
{
color: #551325;
}
.AnyTagClassName
{
color: #551325;
}
</style>
background-color css
<style>
a { background-color: #551325; }
a { background-color: rgb(85,19,37); }
div.DivClassName
{
background-color: #551325;
}
.BgClassName
{
background-color: #551325;
}
</style>
border-color css
<style>
span { border-color: #551325; }
span { border-color: rgb(85,19,37); }
td.TdClassName
{
border-color: #551325;
}
.TagClassName
{
border-color: #551325;
}
</style>