Shades of Bordeaux #55051A
Tints of Bordeaux #55051A
RGB
CMYK
RGB Variations
Color information
#55051A (or 0x55051A) is known color: Bordeaux. HEX triplet: 55, 05 and 1A. RGB value is (85,5,26). Sum of RGB (Red+Green+Blue) = 85+5+26=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #55051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55051A is #AAFAE5. Grayscale: #1F1F1F. Windows color (decimal): -11205350 or 1705301. OLE color: 1705301.
HSL color Cylindrical-coordinate representation of color #55051A: hue angle of 344.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55051A is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 26 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.67 |
| HSL | 344.25º | 0.89% | 0.18% | - |
| HSV(B) | 344.25º | 0.94% | 0.33% | - |
| XYZ | 3.99 | 2.11 | 1.18 | - |
| YUV | 31.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 26 | 0 | 0.94 | 0.69 | 0.67 | 344.25 | 0.89 | 0.18 |
| Hex | 55 | 5 | 1A | 0 | 5E | 45 | 43 | 158 | 59 | 12 |
| Octal | 125 | 5 | 32 | 0 | 136 | 105 | 103 | 530 | 131 | 22 |
| Binary | 1010101 | 101 | 11010 | 0 | 1011110 | 1000101 | 1000011 | 101011000 | 1011001 | 10010 |
Color Harmonies of #55051A
Complementary color
Monochromatic Colors of #55051A
Black with #55051A
Text Example
Text Example
White with #55051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55051A; }
p { color: rgb(85,5,26); }
H1.HeaderClassName
{
color: #55051A;
}
.AnyTagClassName
{
color: #55051A;
}
</style>
background-color css
<style>
a { background-color: #55051A; }
a { background-color: rgb(85,5,26); }
div.DivClassName
{
background-color: #55051A;
}
.BgClassName
{
background-color: #55051A;
}
</style>
border-color css
<style>
span { border-color: #55051A; }
span { border-color: rgb(85,5,26); }
td.TdClassName
{
border-color: #55051A;
}
.TagClassName
{
border-color: #55051A;
}
</style>