Shades of Bordeaux #551B23
Tints of Bordeaux #551B23
RGB
CMYK
RGB Variations
Color information
#551B23 (or 0x551B23) is known color: Bordeaux. HEX triplet: 55, 1B and 23. RGB value is (85,27,35). Sum of RGB (Red+Green+Blue) = 85+27+35=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #551B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B23 is #AAE4DC. Grayscale: #2D2D2D. Windows color (decimal): -11199709 or 2300757. OLE color: 2300757.
HSL color Cylindrical-coordinate representation of color #551B23: hue angle of 351.72º 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 #551B23 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 35 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.67 |
| HSL | 351.72º | 0.52% | 0.22% | - |
| HSV(B) | 351.72º | 0.68% | 0.33% | - |
| XYZ | 4.44 | 2.84 | 1.9 | - |
| YUV | 45.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 35 | 0 | 0.68 | 0.59 | 0.67 | 351.72 | 0.52 | 0.22 |
| Hex | 55 | 1B | 23 | 0 | 44 | 3B | 43 | 160 | 34 | 16 |
| Octal | 125 | 33 | 43 | 0 | 104 | 73 | 103 | 540 | 64 | 26 |
| Binary | 1010101 | 11011 | 100011 | 0 | 1000100 | 111011 | 1000011 | 101100000 | 110100 | 10110 |
Color Harmonies of #551B23
Complementary color
Monochromatic Colors of #551B23
Black with #551B23
Text Example
Text Example
White with #551B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B23; }
p { color: rgb(85,27,35); }
H1.HeaderClassName
{
color: #551B23;
}
.AnyTagClassName
{
color: #551B23;
}
</style>
background-color css
<style>
a { background-color: #551B23; }
a { background-color: rgb(85,27,35); }
div.DivClassName
{
background-color: #551B23;
}
.BgClassName
{
background-color: #551B23;
}
</style>
border-color css
<style>
span { border-color: #551B23; }
span { border-color: rgb(85,27,35); }
td.TdClassName
{
border-color: #551B23;
}
.TagClassName
{
border-color: #551B23;
}
</style>