Shades of Bordeaux #551A27
Tints of Bordeaux #551A27
RGB
CMYK
RGB Variations
Color information
#551A27 (or 0x551A27) is known color: Bordeaux. HEX triplet: 55, 1A and 27. RGB value is (85,26,39). Sum of RGB (Red+Green+Blue) = 85+26+39=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #551A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A27 is #AAE5D8. Grayscale: #2D2D2D. Windows color (decimal): -11199961 or 2562645. OLE color: 2562645.
HSL color Cylindrical-coordinate representation of color #551A27: hue angle of 346.78º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A27 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 39 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.67 |
| HSL | 346.78º | 0.53% | 0.22% | - |
| HSV(B) | 346.78º | 0.69% | 0.33% | - |
| XYZ | 4.48 | 2.82 | 2.23 | - |
| YUV | 45.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 39 | 0 | 0.69 | 0.54 | 0.67 | 346.78 | 0.53 | 0.22 |
| Hex | 55 | 1A | 27 | 0 | 45 | 36 | 43 | 15B | 35 | 16 |
| Octal | 125 | 32 | 47 | 0 | 105 | 66 | 103 | 533 | 65 | 26 |
| Binary | 1010101 | 11010 | 100111 | 0 | 1000101 | 110110 | 1000011 | 101011011 | 110101 | 10110 |
Color Harmonies of #551A27
Complementary color
Monochromatic Colors of #551A27
Black with #551A27
Text Example
Text Example
White with #551A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A27; }
p { color: rgb(85,26,39); }
H1.HeaderClassName
{
color: #551A27;
}
.AnyTagClassName
{
color: #551A27;
}
</style>
background-color css
<style>
a { background-color: #551A27; }
a { background-color: rgb(85,26,39); }
div.DivClassName
{
background-color: #551A27;
}
.BgClassName
{
background-color: #551A27;
}
</style>
border-color css
<style>
span { border-color: #551A27; }
span { border-color: rgb(85,26,39); }
td.TdClassName
{
border-color: #551A27;
}
.TagClassName
{
border-color: #551A27;
}
</style>