Shades of Bordeaux #551E2B
Tints of Bordeaux #551E2B
RGB
CMYK
RGB Variations
Color information
#551E2B (or 0x551E2B) is known color: Bordeaux. HEX triplet: 55, 1E and 2B. RGB value is (85,30,43). Sum of RGB (Red+Green+Blue) = 85+30+43=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E2B is #AAE1D4. Grayscale: #2F2F2F. Windows color (decimal): -11198933 or 2825813. OLE color: 2825813.
HSL color Cylindrical-coordinate representation of color #551E2B: hue angle of 345.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E2B is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 43 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.67 |
| HSL | 345.82º | 0.48% | 0.23% | - |
| HSV(B) | 345.82º | 0.65% | 0.33% | - |
| XYZ | 4.65 | 3.03 | 2.63 | - |
| YUV | 47.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 43 | 0 | 0.65 | 0.49 | 0.67 | 345.82 | 0.48 | 0.23 |
| Hex | 55 | 1E | 2B | 0 | 41 | 31 | 43 | 15A | 30 | 17 |
| Octal | 125 | 36 | 53 | 0 | 101 | 61 | 103 | 532 | 60 | 27 |
| Binary | 1010101 | 11110 | 101011 | 0 | 1000001 | 110001 | 1000011 | 101011010 | 110000 | 10111 |
Color Harmonies of #551E2B
Complementary color
Monochromatic Colors of #551E2B
Black with #551E2B
Text Example
Text Example
White with #551E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E2B; }
p { color: rgb(85,30,43); }
H1.HeaderClassName
{
color: #551E2B;
}
.AnyTagClassName
{
color: #551E2B;
}
</style>
background-color css
<style>
a { background-color: #551E2B; }
a { background-color: rgb(85,30,43); }
div.DivClassName
{
background-color: #551E2B;
}
.BgClassName
{
background-color: #551E2B;
}
</style>
border-color css
<style>
span { border-color: #551E2B; }
span { border-color: rgb(85,30,43); }
td.TdClassName
{
border-color: #551E2B;
}
.TagClassName
{
border-color: #551E2B;
}
</style>