Shades of Bordeaux #55162A
Tints of Bordeaux #55162A
RGB
CMYK
RGB Variations
Color information
#55162A (or 0x55162A) is known color: Bordeaux. HEX triplet: 55, 16 and 2A. RGB value is (85,22,42). Sum of RGB (Red+Green+Blue) = 85+22+42=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55162A is #AAE9D5. Grayscale: #2B2B2B. Windows color (decimal): -11200982 or 2758229. OLE color: 2758229.
HSL color Cylindrical-coordinate representation of color #55162A: hue angle of 340.95º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55162A is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 42 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.67 |
| HSL | 340.95º | 0.59% | 0.21% | - |
| HSV(B) | 340.95º | 0.74% | 0.33% | - |
| XYZ | 4.45 | 2.67 | 2.47 | - |
| YUV | 43.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 42 | 0 | 0.74 | 0.51 | 0.67 | 340.95 | 0.59 | 0.21 |
| Hex | 55 | 16 | 2A | 0 | 4A | 33 | 43 | 155 | 3B | 15 |
| Octal | 125 | 26 | 52 | 0 | 112 | 63 | 103 | 525 | 73 | 25 |
| Binary | 1010101 | 10110 | 101010 | 0 | 1001010 | 110011 | 1000011 | 101010101 | 111011 | 10101 |
Color Harmonies of #55162A
Complementary color
Monochromatic Colors of #55162A
Black with #55162A
Text Example
Text Example
White with #55162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55162A; }
p { color: rgb(85,22,42); }
H1.HeaderClassName
{
color: #55162A;
}
.AnyTagClassName
{
color: #55162A;
}
</style>
background-color css
<style>
a { background-color: #55162A; }
a { background-color: rgb(85,22,42); }
div.DivClassName
{
background-color: #55162A;
}
.BgClassName
{
background-color: #55162A;
}
</style>
border-color css
<style>
span { border-color: #55162A; }
span { border-color: rgb(85,22,42); }
td.TdClassName
{
border-color: #55162A;
}
.TagClassName
{
border-color: #55162A;
}
</style>