Shades of Bordeaux #551B2B
Tints of Bordeaux #551B2B
RGB
CMYK
RGB Variations
Color information
#551B2B (or 0x551B2B) is known color: Bordeaux. HEX triplet: 55, 1B and 2B. RGB value is (85,27,43). Sum of RGB (Red+Green+Blue) = 85+27+43=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B2B is #AAE4D4. Grayscale: #2E2E2E. Windows color (decimal): -11199701 or 2825045. OLE color: 2825045.
HSL color Cylindrical-coordinate representation of color #551B2B: hue angle of 343.45º 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 #551B2B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 43 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.67 |
| HSL | 343.45º | 0.52% | 0.22% | - |
| HSV(B) | 343.45º | 0.68% | 0.33% | - |
| XYZ | 4.57 | 2.89 | 2.6 | - |
| YUV | 46.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 43 | 0 | 0.68 | 0.49 | 0.67 | 343.45 | 0.52 | 0.22 |
| Hex | 55 | 1B | 2B | 0 | 44 | 31 | 43 | 157 | 34 | 16 |
| Octal | 125 | 33 | 53 | 0 | 104 | 61 | 103 | 527 | 64 | 26 |
| Binary | 1010101 | 11011 | 101011 | 0 | 1000100 | 110001 | 1000011 | 101010111 | 110100 | 10110 |
Color Harmonies of #551B2B
Complementary color
Monochromatic Colors of #551B2B
Black with #551B2B
Text Example
Text Example
White with #551B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B2B; }
p { color: rgb(85,27,43); }
H1.HeaderClassName
{
color: #551B2B;
}
.AnyTagClassName
{
color: #551B2B;
}
</style>
background-color css
<style>
a { background-color: #551B2B; }
a { background-color: rgb(85,27,43); }
div.DivClassName
{
background-color: #551B2B;
}
.BgClassName
{
background-color: #551B2B;
}
</style>
border-color css
<style>
span { border-color: #551B2B; }
span { border-color: rgb(85,27,43); }
td.TdClassName
{
border-color: #551B2B;
}
.TagClassName
{
border-color: #551B2B;
}
</style>