Shades of Bordeaux #551827
Tints of Bordeaux #551827
RGB
CMYK
RGB Variations
Color information
#551827 (or 0x551827) is known color: Bordeaux. HEX triplet: 55, 18 and 27. RGB value is (85,24,39). Sum of RGB (Red+Green+Blue) = 85+24+39=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551827 is #AAE7D8. Grayscale: #2B2B2B. Windows color (decimal): -11200473 or 2562133. OLE color: 2562133.
HSL color Cylindrical-coordinate representation of color #551827: hue angle of 345.25º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551827 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 39 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.67 |
| HSL | 345.25º | 0.56% | 0.21% | - |
| HSV(B) | 345.25º | 0.72% | 0.33% | - |
| XYZ | 4.44 | 2.73 | 2.21 | - |
| YUV | 43.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 39 | 0 | 0.72 | 0.54 | 0.67 | 345.25 | 0.56 | 0.21 |
| Hex | 55 | 18 | 27 | 0 | 48 | 36 | 43 | 159 | 38 | 15 |
| Octal | 125 | 30 | 47 | 0 | 110 | 66 | 103 | 531 | 70 | 25 |
| Binary | 1010101 | 11000 | 100111 | 0 | 1001000 | 110110 | 1000011 | 101011001 | 111000 | 10101 |
Color Harmonies of #551827
Complementary color
Monochromatic Colors of #551827
Black with #551827
Text Example
Text Example
White with #551827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551827; }
p { color: rgb(85,24,39); }
H1.HeaderClassName
{
color: #551827;
}
.AnyTagClassName
{
color: #551827;
}
</style>
background-color css
<style>
a { background-color: #551827; }
a { background-color: rgb(85,24,39); }
div.DivClassName
{
background-color: #551827;
}
.BgClassName
{
background-color: #551827;
}
</style>
border-color css
<style>
span { border-color: #551827; }
span { border-color: rgb(85,24,39); }
td.TdClassName
{
border-color: #551827;
}
.TagClassName
{
border-color: #551827;
}
</style>