Shades of Bordeaux #55142A
Tints of Bordeaux #55142A
RGB
CMYK
RGB Variations
Color information
#55142A (or 0x55142A) is known color: Bordeaux. HEX triplet: 55, 14 and 2A. RGB value is (85,20,42). Sum of RGB (Red+Green+Blue) = 85+20+42=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55142A is #AAEBD5. Grayscale: #292929. Windows color (decimal): -11201494 or 2757717. OLE color: 2757717.
HSL color Cylindrical-coordinate representation of color #55142A: hue angle of 339.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55142A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 42 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.67 |
| HSL | 339.69º | 0.62% | 0.21% | - |
| HSV(B) | 339.69º | 0.76% | 0.33% | - |
| XYZ | 4.41 | 2.6 | 2.46 | - |
| YUV | 41.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 42 | 0 | 0.76 | 0.51 | 0.67 | 339.69 | 0.62 | 0.21 |
| Hex | 55 | 14 | 2A | 0 | 4C | 33 | 43 | 154 | 3E | 15 |
| Octal | 125 | 24 | 52 | 0 | 114 | 63 | 103 | 524 | 76 | 25 |
| Binary | 1010101 | 10100 | 101010 | 0 | 1001100 | 110011 | 1000011 | 101010100 | 111110 | 10101 |
Color Harmonies of #55142A
Complementary color
Monochromatic Colors of #55142A
Black with #55142A
Text Example
Text Example
White with #55142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55142A; }
p { color: rgb(85,20,42); }
H1.HeaderClassName
{
color: #55142A;
}
.AnyTagClassName
{
color: #55142A;
}
</style>
background-color css
<style>
a { background-color: #55142A; }
a { background-color: rgb(85,20,42); }
div.DivClassName
{
background-color: #55142A;
}
.BgClassName
{
background-color: #55142A;
}
</style>
border-color css
<style>
span { border-color: #55142A; }
span { border-color: rgb(85,20,42); }
td.TdClassName
{
border-color: #55142A;
}
.TagClassName
{
border-color: #55142A;
}
</style>