Shades of Bordeaux #55071B
Tints of Bordeaux #55071B
RGB
CMYK
RGB Variations
Color information
#55071B (or 0x55071B) is known color: Bordeaux. HEX triplet: 55, 07 and 1B. RGB value is (85,7,27). Sum of RGB (Red+Green+Blue) = 85+7+27=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55071B is #AAF8E4. Grayscale: #202020. Windows color (decimal): -11204837 or 1771349. OLE color: 1771349.
HSL color Cylindrical-coordinate representation of color #55071B: hue angle of 344.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55071B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 27 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.67 |
| HSL | 344.62º | 0.85% | 0.18% | - |
| HSV(B) | 344.62º | 0.92% | 0.33% | - |
| XYZ | 4.02 | 2.16 | 1.24 | - |
| YUV | 32.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 27 | 0 | 0.92 | 0.68 | 0.67 | 344.62 | 0.85 | 0.18 |
| Hex | 55 | 7 | 1B | 0 | 5C | 44 | 43 | 159 | 55 | 12 |
| Octal | 125 | 7 | 33 | 0 | 134 | 104 | 103 | 531 | 125 | 22 |
| Binary | 1010101 | 111 | 11011 | 0 | 1011100 | 1000100 | 1000011 | 101011001 | 1010101 | 10010 |
Color Harmonies of #55071B
Complementary color
Monochromatic Colors of #55071B
Black with #55071B
Text Example
Text Example
White with #55071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55071B; }
p { color: rgb(85,7,27); }
H1.HeaderClassName
{
color: #55071B;
}
.AnyTagClassName
{
color: #55071B;
}
</style>
background-color css
<style>
a { background-color: #55071B; }
a { background-color: rgb(85,7,27); }
div.DivClassName
{
background-color: #55071B;
}
.BgClassName
{
background-color: #55071B;
}
</style>
border-color css
<style>
span { border-color: #55071B; }
span { border-color: rgb(85,7,27); }
td.TdClassName
{
border-color: #55071B;
}
.TagClassName
{
border-color: #55071B;
}
</style>