Shades of Bordeaux #551B27
Tints of Bordeaux #551B27
RGB
CMYK
RGB Variations
Color information
#551B27 (or 0x551B27) is known color: Bordeaux. HEX triplet: 55, 1B and 27. RGB value is (85,27,39). Sum of RGB (Red+Green+Blue) = 85+27+39=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #551B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B27 is #AAE4D8. Grayscale: #2D2D2D. Windows color (decimal): -11199705 or 2562901. OLE color: 2562901.
HSL color Cylindrical-coordinate representation of color #551B27: hue angle of 347.59º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B27 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 39 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.67 |
| HSL | 347.59º | 0.52% | 0.22% | - |
| HSV(B) | 347.59º | 0.68% | 0.33% | - |
| XYZ | 4.5 | 2.86 | 2.23 | - |
| YUV | 45.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 39 | 0 | 0.68 | 0.54 | 0.67 | 347.59 | 0.52 | 0.22 |
| Hex | 55 | 1B | 27 | 0 | 44 | 36 | 43 | 15C | 34 | 16 |
| Octal | 125 | 33 | 47 | 0 | 104 | 66 | 103 | 534 | 64 | 26 |
| Binary | 1010101 | 11011 | 100111 | 0 | 1000100 | 110110 | 1000011 | 101011100 | 110100 | 10110 |
Color Harmonies of #551B27
Complementary color
Monochromatic Colors of #551B27
Black with #551B27
Text Example
Text Example
White with #551B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B27; }
p { color: rgb(85,27,39); }
H1.HeaderClassName
{
color: #551B27;
}
.AnyTagClassName
{
color: #551B27;
}
</style>
background-color css
<style>
a { background-color: #551B27; }
a { background-color: rgb(85,27,39); }
div.DivClassName
{
background-color: #551B27;
}
.BgClassName
{
background-color: #551B27;
}
</style>
border-color css
<style>
span { border-color: #551B27; }
span { border-color: rgb(85,27,39); }
td.TdClassName
{
border-color: #551B27;
}
.TagClassName
{
border-color: #551B27;
}
</style>