Shades of Bordeaux #55081A
Tints of Bordeaux #55081A
RGB
CMYK
RGB Variations
Color information
#55081A (or 0x55081A) is known color: Bordeaux. HEX triplet: 55, 08 and 1A. RGB value is (85,8,26). Sum of RGB (Red+Green+Blue) = 85+8+26=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55081A is #AAF7E5. Grayscale: #212121. Windows color (decimal): -11204582 or 1706069. OLE color: 1706069.
HSL color Cylindrical-coordinate representation of color #55081A: hue angle of 345.97º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55081A is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 26 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.67 |
| HSL | 345.97º | 0.83% | 0.18% | - |
| HSV(B) | 345.97º | 0.91% | 0.33% | - |
| XYZ | 4.02 | 2.18 | 1.19 | - |
| YUV | 33.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 26 | 0 | 0.91 | 0.69 | 0.67 | 345.97 | 0.83 | 0.18 |
| Hex | 55 | 8 | 1A | 0 | 5B | 45 | 43 | 15A | 53 | 12 |
| Octal | 125 | 10 | 32 | 0 | 133 | 105 | 103 | 532 | 123 | 22 |
| Binary | 1010101 | 1000 | 11010 | 0 | 1011011 | 1000101 | 1000011 | 101011010 | 1010011 | 10010 |
Color Harmonies of #55081A
Complementary color
Monochromatic Colors of #55081A
Black with #55081A
Text Example
Text Example
White with #55081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55081A; }
p { color: rgb(85,8,26); }
H1.HeaderClassName
{
color: #55081A;
}
.AnyTagClassName
{
color: #55081A;
}
</style>
background-color css
<style>
a { background-color: #55081A; }
a { background-color: rgb(85,8,26); }
div.DivClassName
{
background-color: #55081A;
}
.BgClassName
{
background-color: #55081A;
}
</style>
border-color css
<style>
span { border-color: #55081A; }
span { border-color: rgb(85,8,26); }
td.TdClassName
{
border-color: #55081A;
}
.TagClassName
{
border-color: #55081A;
}
</style>