Shades of Bordeaux #55101A
Tints of Bordeaux #55101A
RGB
CMYK
RGB Variations
Color information
#55101A (or 0x55101A) is known color: Bordeaux. HEX triplet: 55, 10 and 1A. RGB value is (85,16,26). Sum of RGB (Red+Green+Blue) = 85+16+26=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #55101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101A is #AAEFE5. Grayscale: #252525. Windows color (decimal): -11202534 or 1708117. OLE color: 1708117.
HSL color Cylindrical-coordinate representation of color #55101A: hue angle of 351.3º 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 #55101A is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 26 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.67 |
| HSL | 351.3º | 0.68% | 0.2% | - |
| HSV(B) | 351.3º | 0.81% | 0.33% | - |
| XYZ | 4.12 | 2.38 | 1.22 | - |
| YUV | 37.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 26 | 0 | 0.81 | 0.69 | 0.67 | 351.3 | 0.68 | 0.2 |
| Hex | 55 | 10 | 1A | 0 | 51 | 45 | 43 | 15F | 44 | 14 |
| Octal | 125 | 20 | 32 | 0 | 121 | 105 | 103 | 537 | 104 | 24 |
| Binary | 1010101 | 10000 | 11010 | 0 | 1010001 | 1000101 | 1000011 | 101011111 | 1000100 | 10100 |
Color Harmonies of #55101A
Complementary color
Monochromatic Colors of #55101A
Black with #55101A
Text Example
Text Example
White with #55101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55101A; }
p { color: rgb(85,16,26); }
H1.HeaderClassName
{
color: #55101A;
}
.AnyTagClassName
{
color: #55101A;
}
</style>
background-color css
<style>
a { background-color: #55101A; }
a { background-color: rgb(85,16,26); }
div.DivClassName
{
background-color: #55101A;
}
.BgClassName
{
background-color: #55101A;
}
</style>
border-color css
<style>
span { border-color: #55101A; }
span { border-color: rgb(85,16,26); }
td.TdClassName
{
border-color: #55101A;
}
.TagClassName
{
border-color: #55101A;
}
</style>