Shades of Bordeaux #55081B
Tints of Bordeaux #55081B
RGB
CMYK
RGB Variations
Color information
#55081B (or 0x55081B) is known color: Bordeaux. HEX triplet: 55, 08 and 1B. RGB value is (85,8,27). Sum of RGB (Red+Green+Blue) = 85+8+27=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55081B is #AAF7E4. Grayscale: #212121. Windows color (decimal): -11204581 or 1771605. OLE color: 1771605.
HSL color Cylindrical-coordinate representation of color #55081B: hue angle of 345.19º 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 #55081B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 27 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.67 |
| HSL | 345.19º | 0.83% | 0.18% | - |
| HSV(B) | 345.19º | 0.91% | 0.33% | - |
| XYZ | 4.03 | 2.18 | 1.25 | - |
| YUV | 33.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 27 | 0 | 0.91 | 0.68 | 0.67 | 345.19 | 0.83 | 0.18 |
| Hex | 55 | 8 | 1B | 0 | 5B | 44 | 43 | 159 | 53 | 12 |
| Octal | 125 | 10 | 33 | 0 | 133 | 104 | 103 | 531 | 123 | 22 |
| Binary | 1010101 | 1000 | 11011 | 0 | 1011011 | 1000100 | 1000011 | 101011001 | 1010011 | 10010 |
Color Harmonies of #55081B
Complementary color
Monochromatic Colors of #55081B
Black with #55081B
Text Example
Text Example
White with #55081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55081B; }
p { color: rgb(85,8,27); }
H1.HeaderClassName
{
color: #55081B;
}
.AnyTagClassName
{
color: #55081B;
}
</style>
background-color css
<style>
a { background-color: #55081B; }
a { background-color: rgb(85,8,27); }
div.DivClassName
{
background-color: #55081B;
}
.BgClassName
{
background-color: #55081B;
}
</style>
border-color css
<style>
span { border-color: #55081B; }
span { border-color: rgb(85,8,27); }
td.TdClassName
{
border-color: #55081B;
}
.TagClassName
{
border-color: #55081B;
}
</style>