Shades of Bordeaux #551C2B
Tints of Bordeaux #551C2B
RGB
CMYK
RGB Variations
Color information
#551C2B (or 0x551C2B) is known color: Bordeaux. HEX triplet: 55, 1C and 2B. RGB value is (85,28,43). Sum of RGB (Red+Green+Blue) = 85+28+43=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C2B is #AAE3D4. Grayscale: #2E2E2E. Windows color (decimal): -11199445 or 2825301. OLE color: 2825301.
HSL color Cylindrical-coordinate representation of color #551C2B: hue angle of 344.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C2B is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 43 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.67 |
| HSL | 344.21º | 0.5% | 0.22% | - |
| HSV(B) | 344.21º | 0.67% | 0.33% | - |
| XYZ | 4.6 | 2.94 | 2.61 | - |
| YUV | 46.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 43 | 0 | 0.67 | 0.49 | 0.67 | 344.21 | 0.5 | 0.22 |
| Hex | 55 | 1C | 2B | 0 | 43 | 31 | 43 | 158 | 32 | 16 |
| Octal | 125 | 34 | 53 | 0 | 103 | 61 | 103 | 530 | 62 | 26 |
| Binary | 1010101 | 11100 | 101011 | 0 | 1000011 | 110001 | 1000011 | 101011000 | 110010 | 10110 |
Color Harmonies of #551C2B
Complementary color
Monochromatic Colors of #551C2B
Black with #551C2B
Text Example
Text Example
White with #551C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C2B; }
p { color: rgb(85,28,43); }
H1.HeaderClassName
{
color: #551C2B;
}
.AnyTagClassName
{
color: #551C2B;
}
</style>
background-color css
<style>
a { background-color: #551C2B; }
a { background-color: rgb(85,28,43); }
div.DivClassName
{
background-color: #551C2B;
}
.BgClassName
{
background-color: #551C2B;
}
</style>
border-color css
<style>
span { border-color: #551C2B; }
span { border-color: rgb(85,28,43); }
td.TdClassName
{
border-color: #551C2B;
}
.TagClassName
{
border-color: #551C2B;
}
</style>