Shades of Bordeaux #551521
Tints of Bordeaux #551521
RGB
CMYK
RGB Variations
Color information
#551521 (or 0x551521) is known color: Bordeaux. HEX triplet: 55, 15 and 21. RGB value is (85,21,33). Sum of RGB (Red+Green+Blue) = 85+21+33=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #551521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551521 is #AAEADE. Grayscale: #292929. Windows color (decimal): -11201247 or 2168149. OLE color: 2168149.
HSL color Cylindrical-coordinate representation of color #551521: hue angle of 348.75º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551521 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 33 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.67 |
| HSL | 348.75º | 0.6% | 0.21% | - |
| HSV(B) | 348.75º | 0.75% | 0.33% | - |
| XYZ | 4.29 | 2.58 | 1.71 | - |
| YUV | 41.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 33 | 0 | 0.75 | 0.61 | 0.67 | 348.75 | 0.6 | 0.21 |
| Hex | 55 | 15 | 21 | 0 | 4B | 3D | 43 | 15D | 3C | 15 |
| Octal | 125 | 25 | 41 | 0 | 113 | 75 | 103 | 535 | 74 | 25 |
| Binary | 1010101 | 10101 | 100001 | 0 | 1001011 | 111101 | 1000011 | 101011101 | 111100 | 10101 |
Color Harmonies of #551521
Complementary color
Monochromatic Colors of #551521
Black with #551521
Text Example
Text Example
White with #551521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551521; }
p { color: rgb(85,21,33); }
H1.HeaderClassName
{
color: #551521;
}
.AnyTagClassName
{
color: #551521;
}
</style>
background-color css
<style>
a { background-color: #551521; }
a { background-color: rgb(85,21,33); }
div.DivClassName
{
background-color: #551521;
}
.BgClassName
{
background-color: #551521;
}
</style>
border-color css
<style>
span { border-color: #551521; }
span { border-color: rgb(85,21,33); }
td.TdClassName
{
border-color: #551521;
}
.TagClassName
{
border-color: #551521;
}
</style>