Shades of Bordeaux #551621
Tints of Bordeaux #551621
RGB
CMYK
RGB Variations
Color information
#551621 (or 0x551621) is known color: Bordeaux. HEX triplet: 55, 16 and 21. RGB value is (85,22,33). Sum of RGB (Red+Green+Blue) = 85+22+33=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551621 is #AAE9DE. Grayscale: #2A2A2A. Windows color (decimal): -11200991 or 2168405. OLE color: 2168405.
HSL color Cylindrical-coordinate representation of color #551621: hue angle of 349.52º 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 #551621 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 33 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.67 |
| HSL | 349.52º | 0.59% | 0.21% | - |
| HSV(B) | 349.52º | 0.74% | 0.33% | - |
| XYZ | 4.31 | 2.61 | 1.72 | - |
| YUV | 42.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 33 | 0 | 0.74 | 0.61 | 0.67 | 349.52 | 0.59 | 0.21 |
| Hex | 55 | 16 | 21 | 0 | 4A | 3D | 43 | 15E | 3B | 15 |
| Octal | 125 | 26 | 41 | 0 | 112 | 75 | 103 | 536 | 73 | 25 |
| Binary | 1010101 | 10110 | 100001 | 0 | 1001010 | 111101 | 1000011 | 101011110 | 111011 | 10101 |
Color Harmonies of #551621
Complementary color
Monochromatic Colors of #551621
Black with #551621
Text Example
Text Example
White with #551621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551621; }
p { color: rgb(85,22,33); }
H1.HeaderClassName
{
color: #551621;
}
.AnyTagClassName
{
color: #551621;
}
</style>
background-color css
<style>
a { background-color: #551621; }
a { background-color: rgb(85,22,33); }
div.DivClassName
{
background-color: #551621;
}
.BgClassName
{
background-color: #551621;
}
</style>
border-color css
<style>
span { border-color: #551621; }
span { border-color: rgb(85,22,33); }
td.TdClassName
{
border-color: #551621;
}
.TagClassName
{
border-color: #551621;
}
</style>