Shades of Bordeaux #55132A
Tints of Bordeaux #55132A
RGB
CMYK
RGB Variations
Color information
#55132A (or 0x55132A) is known color: Bordeaux. HEX triplet: 55, 13 and 2A. RGB value is (85,19,42). Sum of RGB (Red+Green+Blue) = 85+19+42=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55132A is #AAECD5. Grayscale: #292929. Windows color (decimal): -11201750 or 2757461. OLE color: 2757461.
HSL color Cylindrical-coordinate representation of color #55132A: hue angle of 339.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55132A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 42 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.67 |
| HSL | 339.09º | 0.63% | 0.2% | - |
| HSV(B) | 339.09º | 0.78% | 0.33% | - |
| XYZ | 4.4 | 2.56 | 2.45 | - |
| YUV | 41.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 42 | 0 | 0.78 | 0.51 | 0.67 | 339.09 | 0.63 | 0.2 |
| Hex | 55 | 13 | 2A | 0 | 4E | 33 | 43 | 153 | 3F | 14 |
| Octal | 125 | 23 | 52 | 0 | 116 | 63 | 103 | 523 | 77 | 24 |
| Binary | 1010101 | 10011 | 101010 | 0 | 1001110 | 110011 | 1000011 | 101010011 | 111111 | 10100 |
Color Harmonies of #55132A
Complementary color
Monochromatic Colors of #55132A
Black with #55132A
Text Example
Text Example
White with #55132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55132A; }
p { color: rgb(85,19,42); }
H1.HeaderClassName
{
color: #55132A;
}
.AnyTagClassName
{
color: #55132A;
}
</style>
background-color css
<style>
a { background-color: #55132A; }
a { background-color: rgb(85,19,42); }
div.DivClassName
{
background-color: #55132A;
}
.BgClassName
{
background-color: #55132A;
}
</style>
border-color css
<style>
span { border-color: #55132A; }
span { border-color: rgb(85,19,42); }
td.TdClassName
{
border-color: #55132A;
}
.TagClassName
{
border-color: #55132A;
}
</style>