Shades of Bordeaux #551324
Tints of Bordeaux #551324
RGB
CMYK
RGB Variations
Color information
#551324 (or 0x551324) is known color: Bordeaux. HEX triplet: 55, 13 and 24. RGB value is (85,19,36). Sum of RGB (Red+Green+Blue) = 85+19+36=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551324 is #AAECDB. Grayscale: #282828. Windows color (decimal): -11201756 or 2364245. OLE color: 2364245.
HSL color Cylindrical-coordinate representation of color #551324: hue angle of 344.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 #551324 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 36 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.67 |
| HSL | 344.55º | 0.63% | 0.2% | - |
| HSV(B) | 344.55º | 0.78% | 0.33% | - |
| XYZ | 4.3 | 2.52 | 1.93 | - |
| YUV | 40.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 36 | 0 | 0.78 | 0.58 | 0.67 | 344.55 | 0.63 | 0.2 |
| Hex | 55 | 13 | 24 | 0 | 4E | 3A | 43 | 159 | 3F | 14 |
| Octal | 125 | 23 | 44 | 0 | 116 | 72 | 103 | 531 | 77 | 24 |
| Binary | 1010101 | 10011 | 100100 | 0 | 1001110 | 111010 | 1000011 | 101011001 | 111111 | 10100 |
Color Harmonies of #551324
Complementary color
Monochromatic Colors of #551324
Black with #551324
Text Example
Text Example
White with #551324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551324; }
p { color: rgb(85,19,36); }
H1.HeaderClassName
{
color: #551324;
}
.AnyTagClassName
{
color: #551324;
}
</style>
background-color css
<style>
a { background-color: #551324; }
a { background-color: rgb(85,19,36); }
div.DivClassName
{
background-color: #551324;
}
.BgClassName
{
background-color: #551324;
}
</style>
border-color css
<style>
span { border-color: #551324; }
span { border-color: rgb(85,19,36); }
td.TdClassName
{
border-color: #551324;
}
.TagClassName
{
border-color: #551324;
}
</style>