Shades of Bordeaux #55131D
Tints of Bordeaux #55131D
RGB
CMYK
RGB Variations
Color information
#55131D (or 0x55131D) is known color: Bordeaux. HEX triplet: 55, 13 and 1D. RGB value is (85,19,29). Sum of RGB (Red+Green+Blue) = 85+19+29=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55131D is #AAECE2. Grayscale: #272727. Windows color (decimal): -11201763 or 1905493. OLE color: 1905493.
HSL color Cylindrical-coordinate representation of color #55131D: hue angle of 350.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55131D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 29 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.67 |
| HSL | 350.91º | 0.63% | 0.2% | - |
| HSV(B) | 350.91º | 0.78% | 0.33% | - |
| XYZ | 4.2 | 2.49 | 1.42 | - |
| YUV | 39.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 29 | 0 | 0.78 | 0.66 | 0.67 | 350.91 | 0.63 | 0.2 |
| Hex | 55 | 13 | 1D | 0 | 4E | 42 | 43 | 15F | 3F | 14 |
| Octal | 125 | 23 | 35 | 0 | 116 | 102 | 103 | 537 | 77 | 24 |
| Binary | 1010101 | 10011 | 11101 | 0 | 1001110 | 1000010 | 1000011 | 101011111 | 111111 | 10100 |
Color Harmonies of #55131D
Complementary color
Monochromatic Colors of #55131D
Black with #55131D
Text Example
Text Example
White with #55131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55131D; }
p { color: rgb(85,19,29); }
H1.HeaderClassName
{
color: #55131D;
}
.AnyTagClassName
{
color: #55131D;
}
</style>
background-color css
<style>
a { background-color: #55131D; }
a { background-color: rgb(85,19,29); }
div.DivClassName
{
background-color: #55131D;
}
.BgClassName
{
background-color: #55131D;
}
</style>
border-color css
<style>
span { border-color: #55131D; }
span { border-color: rgb(85,19,29); }
td.TdClassName
{
border-color: #55131D;
}
.TagClassName
{
border-color: #55131D;
}
</style>