Shades of Bordeaux #550D28
Tints of Bordeaux #550D28
RGB
CMYK
RGB Variations
Color information
#550D28 (or 0x550D28) is known color: Bordeaux. HEX triplet: 55, 0D and 28. RGB value is (85,13,40). Sum of RGB (Red+Green+Blue) = 85+13+40=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #550D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550D28 is #AAF2D7. Grayscale: #252525. Windows color (decimal): -11203288 or 2624853. OLE color: 2624853.
HSL color Cylindrical-coordinate representation of color #550D28: hue angle of 337.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550D28 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 13 | 40 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.67 |
| HSL | 337.5º | 0.73% | 0.19% | - |
| HSV(B) | 337.5º | 0.85% | 0.33% | - |
| XYZ | 4.27 | 2.37 | 2.24 | - |
| YUV | 37.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 40 | 0 | 0.85 | 0.53 | 0.67 | 337.5 | 0.73 | 0.19 |
| Hex | 55 | D | 28 | 0 | 55 | 35 | 43 | 152 | 49 | 13 |
| Octal | 125 | 15 | 50 | 0 | 125 | 65 | 103 | 522 | 111 | 23 |
| Binary | 1010101 | 1101 | 101000 | 0 | 1010101 | 110101 | 1000011 | 101010010 | 1001001 | 10011 |
Color Harmonies of #550D28
Complementary color
Monochromatic Colors of #550D28
Black with #550D28
Text Example
Text Example
White with #550D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D28; }
p { color: rgb(85,13,40); }
H1.HeaderClassName
{
color: #550D28;
}
.AnyTagClassName
{
color: #550D28;
}
</style>
background-color css
<style>
a { background-color: #550D28; }
a { background-color: rgb(85,13,40); }
div.DivClassName
{
background-color: #550D28;
}
.BgClassName
{
background-color: #550D28;
}
</style>
border-color css
<style>
span { border-color: #550D28; }
span { border-color: rgb(85,13,40); }
td.TdClassName
{
border-color: #550D28;
}
.TagClassName
{
border-color: #550D28;
}
</style>