Shades of Bordeaux #55101E
Tints of Bordeaux #55101E
RGB
CMYK
RGB Variations
Color information
#55101E (or 0x55101E) is known color: Bordeaux. HEX triplet: 55, 10 and 1E. RGB value is (85,16,30). Sum of RGB (Red+Green+Blue) = 85+16+30=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101E is #AAEFE1. Grayscale: #262626. Windows color (decimal): -11202530 or 1970261. OLE color: 1970261.
HSL color Cylindrical-coordinate representation of color #55101E: hue angle of 347.83º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55101E is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 30 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.67 |
| HSL | 347.83º | 0.68% | 0.2% | - |
| HSV(B) | 347.83º | 0.81% | 0.33% | - |
| XYZ | 4.17 | 2.4 | 1.47 | - |
| YUV | 38.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 30 | 0 | 0.81 | 0.65 | 0.67 | 347.83 | 0.68 | 0.2 |
| Hex | 55 | 10 | 1E | 0 | 51 | 41 | 43 | 15C | 44 | 14 |
| Octal | 125 | 20 | 36 | 0 | 121 | 101 | 103 | 534 | 104 | 24 |
| Binary | 1010101 | 10000 | 11110 | 0 | 1010001 | 1000001 | 1000011 | 101011100 | 1000100 | 10100 |
Color Harmonies of #55101E
Complementary color
Monochromatic Colors of #55101E
Black with #55101E
Text Example
Text Example
White with #55101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55101E; }
p { color: rgb(85,16,30); }
H1.HeaderClassName
{
color: #55101E;
}
.AnyTagClassName
{
color: #55101E;
}
</style>
background-color css
<style>
a { background-color: #55101E; }
a { background-color: rgb(85,16,30); }
div.DivClassName
{
background-color: #55101E;
}
.BgClassName
{
background-color: #55101E;
}
</style>
border-color css
<style>
span { border-color: #55101E; }
span { border-color: rgb(85,16,30); }
td.TdClassName
{
border-color: #55101E;
}
.TagClassName
{
border-color: #55101E;
}
</style>