Shades of Bordeaux #551B28
Tints of Bordeaux #551B28
RGB
CMYK
RGB Variations
Color information
#551B28 (or 0x551B28) is known color: Bordeaux. HEX triplet: 55, 1B and 28. RGB value is (85,27,40). Sum of RGB (Red+Green+Blue) = 85+27+40=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B28 is #AAE4D7. Grayscale: #2D2D2D. Windows color (decimal): -11199704 or 2628437. OLE color: 2628437.
HSL color Cylindrical-coordinate representation of color #551B28: hue angle of 346.55º 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 #551B28 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 40 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.67 |
| HSL | 346.55º | 0.52% | 0.22% | - |
| HSV(B) | 346.55º | 0.68% | 0.33% | - |
| XYZ | 4.52 | 2.87 | 2.32 | - |
| YUV | 45.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 40 | 0 | 0.68 | 0.53 | 0.67 | 346.55 | 0.52 | 0.22 |
| Hex | 55 | 1B | 28 | 0 | 44 | 35 | 43 | 15B | 34 | 16 |
| Octal | 125 | 33 | 50 | 0 | 104 | 65 | 103 | 533 | 64 | 26 |
| Binary | 1010101 | 11011 | 101000 | 0 | 1000100 | 110101 | 1000011 | 101011011 | 110100 | 10110 |
Color Harmonies of #551B28
Complementary color
Monochromatic Colors of #551B28
Black with #551B28
Text Example
Text Example
White with #551B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B28; }
p { color: rgb(85,27,40); }
H1.HeaderClassName
{
color: #551B28;
}
.AnyTagClassName
{
color: #551B28;
}
</style>
background-color css
<style>
a { background-color: #551B28; }
a { background-color: rgb(85,27,40); }
div.DivClassName
{
background-color: #551B28;
}
.BgClassName
{
background-color: #551B28;
}
</style>
border-color css
<style>
span { border-color: #551B28; }
span { border-color: rgb(85,27,40); }
td.TdClassName
{
border-color: #551B28;
}
.TagClassName
{
border-color: #551B28;
}
</style>