Shades of Bordeaux #55202A
Tints of Bordeaux #55202A
RGB
CMYK
RGB Variations
Color information
#55202A (or 0x55202A) is known color: Bordeaux. HEX triplet: 55, 20 and 2A. RGB value is (85,32,42). Sum of RGB (Red+Green+Blue) = 85+32+42=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #55202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55202A is #AADFD5. Grayscale: #303030. Windows color (decimal): -11198422 or 2760789. OLE color: 2760789.
HSL color Cylindrical-coordinate representation of color #55202A: hue angle of 348.68º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55202A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 42 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.67 |
| HSL | 348.68º | 0.45% | 0.23% | - |
| HSV(B) | 348.68º | 0.62% | 0.33% | - |
| XYZ | 4.68 | 3.13 | 2.55 | - |
| YUV | 48.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 42 | 0 | 0.62 | 0.51 | 0.67 | 348.68 | 0.45 | 0.23 |
| Hex | 55 | 20 | 2A | 0 | 3E | 33 | 43 | 15D | 2D | 17 |
| Octal | 125 | 40 | 52 | 0 | 76 | 63 | 103 | 535 | 55 | 27 |
| Binary | 1010101 | 100000 | 101010 | 0 | 111110 | 110011 | 1000011 | 101011101 | 101101 | 10111 |
Color Harmonies of #55202A
Complementary color
Monochromatic Colors of #55202A
Black with #55202A
Text Example
Text Example
White with #55202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55202A; }
p { color: rgb(85,32,42); }
H1.HeaderClassName
{
color: #55202A;
}
.AnyTagClassName
{
color: #55202A;
}
</style>
background-color css
<style>
a { background-color: #55202A; }
a { background-color: rgb(85,32,42); }
div.DivClassName
{
background-color: #55202A;
}
.BgClassName
{
background-color: #55202A;
}
</style>
border-color css
<style>
span { border-color: #55202A; }
span { border-color: rgb(85,32,42); }
td.TdClassName
{
border-color: #55202A;
}
.TagClassName
{
border-color: #55202A;
}
</style>