Shades of Bordeaux #55141C
Tints of Bordeaux #55141C
RGB
CMYK
RGB Variations
Color information
#55141C (or 0x55141C) is known color: Bordeaux. HEX triplet: 55, 14 and 1C. RGB value is (85,20,28). Sum of RGB (Red+Green+Blue) = 85+20+28=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55141C is #AAEBE3. Grayscale: #282828. Windows color (decimal): -11201508 or 1840213. OLE color: 1840213.
HSL color Cylindrical-coordinate representation of color #55141C: hue angle of 352.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55141C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 28 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.67 |
| HSL | 352.62º | 0.62% | 0.21% | - |
| HSV(B) | 352.62º | 0.76% | 0.33% | - |
| XYZ | 4.21 | 2.52 | 1.36 | - |
| YUV | 40.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 28 | 0 | 0.76 | 0.67 | 0.67 | 352.62 | 0.62 | 0.21 |
| Hex | 55 | 14 | 1C | 0 | 4C | 43 | 43 | 161 | 3E | 15 |
| Octal | 125 | 24 | 34 | 0 | 114 | 103 | 103 | 541 | 76 | 25 |
| Binary | 1010101 | 10100 | 11100 | 0 | 1001100 | 1000011 | 1000011 | 101100001 | 111110 | 10101 |
Color Harmonies of #55141C
Complementary color
Monochromatic Colors of #55141C
Black with #55141C
Text Example
Text Example
White with #55141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55141C; }
p { color: rgb(85,20,28); }
H1.HeaderClassName
{
color: #55141C;
}
.AnyTagClassName
{
color: #55141C;
}
</style>
background-color css
<style>
a { background-color: #55141C; }
a { background-color: rgb(85,20,28); }
div.DivClassName
{
background-color: #55141C;
}
.BgClassName
{
background-color: #55141C;
}
</style>
border-color css
<style>
span { border-color: #55141C; }
span { border-color: rgb(85,20,28); }
td.TdClassName
{
border-color: #55141C;
}
.TagClassName
{
border-color: #55141C;
}
</style>