Shades of Bordeaux #55081F
Tints of Bordeaux #55081F
RGB
CMYK
RGB Variations
Color information
#55081F (or 0x55081F) is known color: Bordeaux. HEX triplet: 55, 08 and 1F. RGB value is (85,8,31). Sum of RGB (Red+Green+Blue) = 85+8+31=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #55081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55081F is #AAF7E0. Grayscale: #212121. Windows color (decimal): -11204577 or 2033749. OLE color: 2033749.
HSL color Cylindrical-coordinate representation of color #55081F: hue angle of 342.08º 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 #55081F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 31 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.67 |
| HSL | 342.08º | 0.83% | 0.18% | - |
| HSV(B) | 342.08º | 0.91% | 0.33% | - |
| XYZ | 4.08 | 2.2 | 1.51 | - |
| YUV | 33.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 31 | 0 | 0.91 | 0.64 | 0.67 | 342.08 | 0.83 | 0.18 |
| Hex | 55 | 8 | 1F | 0 | 5B | 40 | 43 | 156 | 53 | 12 |
| Octal | 125 | 10 | 37 | 0 | 133 | 100 | 103 | 526 | 123 | 22 |
| Binary | 1010101 | 1000 | 11111 | 0 | 1011011 | 1000000 | 1000011 | 101010110 | 1010011 | 10010 |
Color Harmonies of #55081F
Complementary color
Monochromatic Colors of #55081F
Black with #55081F
Text Example
Text Example
White with #55081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55081F; }
p { color: rgb(85,8,31); }
H1.HeaderClassName
{
color: #55081F;
}
.AnyTagClassName
{
color: #55081F;
}
</style>
background-color css
<style>
a { background-color: #55081F; }
a { background-color: rgb(85,8,31); }
div.DivClassName
{
background-color: #55081F;
}
.BgClassName
{
background-color: #55081F;
}
</style>
border-color css
<style>
span { border-color: #55081F; }
span { border-color: rgb(85,8,31); }
td.TdClassName
{
border-color: #55081F;
}
.TagClassName
{
border-color: #55081F;
}
</style>