Shades of Bordeaux #550321
Tints of Bordeaux #550321
RGB
CMYK
RGB Variations
Color information
#550321 (or 0x550321) is known color: Bordeaux. HEX triplet: 55, 03 and 21. RGB value is (85,3,33). Sum of RGB (Red+Green+Blue) = 85+3+33=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #550321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550321 is #AAFCDE. Grayscale: #1E1E1E. Windows color (decimal): -11205855 or 2163541. OLE color: 2163541.
HSL color Cylindrical-coordinate representation of color #550321: hue angle of 338.05º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550321 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 33 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.67 |
| HSL | 338.05º | 0.93% | 0.17% | - |
| HSV(B) | 338.05º | 0.96% | 0.33% | - |
| XYZ | 4.05 | 2.11 | 1.63 | - |
| YUV | 30.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 33 | 0 | 0.96 | 0.61 | 0.67 | 338.05 | 0.93 | 0.17 |
| Hex | 55 | 3 | 21 | 0 | 60 | 3D | 43 | 152 | 5D | 11 |
| Octal | 125 | 3 | 41 | 0 | 140 | 75 | 103 | 522 | 135 | 21 |
| Binary | 1010101 | 11 | 100001 | 0 | 1100000 | 111101 | 1000011 | 101010010 | 1011101 | 10001 |
Color Harmonies of #550321
Complementary color
Monochromatic Colors of #550321
Black with #550321
Text Example
Text Example
White with #550321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550321; }
p { color: rgb(85,3,33); }
H1.HeaderClassName
{
color: #550321;
}
.AnyTagClassName
{
color: #550321;
}
</style>
background-color css
<style>
a { background-color: #550321; }
a { background-color: rgb(85,3,33); }
div.DivClassName
{
background-color: #550321;
}
.BgClassName
{
background-color: #550321;
}
</style>
border-color css
<style>
span { border-color: #550321; }
span { border-color: rgb(85,3,33); }
td.TdClassName
{
border-color: #550321;
}
.TagClassName
{
border-color: #550321;
}
</style>