Shades of Bordeaux #551626
Tints of Bordeaux #551626
RGB
CMYK
RGB Variations
Color information
#551626 (or 0x551626) is known color: Bordeaux. HEX triplet: 55, 16 and 26. RGB value is (85,22,38). Sum of RGB (Red+Green+Blue) = 85+22+38=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #551626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551626 is #AAE9D9. Grayscale: #2A2A2A. Windows color (decimal): -11200986 or 2496085. OLE color: 2496085.
HSL color Cylindrical-coordinate representation of color #551626: hue angle of 344.76º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551626 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 38 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.67 |
| HSL | 344.76º | 0.59% | 0.21% | - |
| HSV(B) | 344.76º | 0.74% | 0.33% | - |
| XYZ | 4.38 | 2.65 | 2.11 | - |
| YUV | 42.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 38 | 0 | 0.74 | 0.55 | 0.67 | 344.76 | 0.59 | 0.21 |
| Hex | 55 | 16 | 26 | 0 | 4A | 37 | 43 | 159 | 3B | 15 |
| Octal | 125 | 26 | 46 | 0 | 112 | 67 | 103 | 531 | 73 | 25 |
| Binary | 1010101 | 10110 | 100110 | 0 | 1001010 | 110111 | 1000011 | 101011001 | 111011 | 10101 |
Color Harmonies of #551626
Complementary color
Monochromatic Colors of #551626
Black with #551626
Text Example
Text Example
White with #551626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551626; }
p { color: rgb(85,22,38); }
H1.HeaderClassName
{
color: #551626;
}
.AnyTagClassName
{
color: #551626;
}
</style>
background-color css
<style>
a { background-color: #551626; }
a { background-color: rgb(85,22,38); }
div.DivClassName
{
background-color: #551626;
}
.BgClassName
{
background-color: #551626;
}
</style>
border-color css
<style>
span { border-color: #551626; }
span { border-color: rgb(85,22,38); }
td.TdClassName
{
border-color: #551626;
}
.TagClassName
{
border-color: #551626;
}
</style>