Shades of Bordeaux #551821
Tints of Bordeaux #551821
RGB
CMYK
RGB Variations
Color information
#551821 (or 0x551821) is known color: Bordeaux. HEX triplet: 55, 18 and 21. RGB value is (85,24,33). Sum of RGB (Red+Green+Blue) = 85+24+33=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551821 is #AAE7DE. Grayscale: #2B2B2B. Windows color (decimal): -11200479 or 2168917. OLE color: 2168917.
HSL color Cylindrical-coordinate representation of color #551821: hue angle of 351.15º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551821 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 33 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.67 |
| HSL | 351.15º | 0.56% | 0.21% | - |
| HSV(B) | 351.15º | 0.72% | 0.33% | - |
| XYZ | 4.35 | 2.69 | 1.73 | - |
| YUV | 43.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 33 | 0 | 0.72 | 0.61 | 0.67 | 351.15 | 0.56 | 0.21 |
| Hex | 55 | 18 | 21 | 0 | 48 | 3D | 43 | 15F | 38 | 15 |
| Octal | 125 | 30 | 41 | 0 | 110 | 75 | 103 | 537 | 70 | 25 |
| Binary | 1010101 | 11000 | 100001 | 0 | 1001000 | 111101 | 1000011 | 101011111 | 111000 | 10101 |
Color Harmonies of #551821
Complementary color
Monochromatic Colors of #551821
Black with #551821
Text Example
Text Example
White with #551821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551821; }
p { color: rgb(85,24,33); }
H1.HeaderClassName
{
color: #551821;
}
.AnyTagClassName
{
color: #551821;
}
</style>
background-color css
<style>
a { background-color: #551821; }
a { background-color: rgb(85,24,33); }
div.DivClassName
{
background-color: #551821;
}
.BgClassName
{
background-color: #551821;
}
</style>
border-color css
<style>
span { border-color: #551821; }
span { border-color: rgb(85,24,33); }
td.TdClassName
{
border-color: #551821;
}
.TagClassName
{
border-color: #551821;
}
</style>