Shades of Bordeaux #55202B
Tints of Bordeaux #55202B
RGB
CMYK
RGB Variations
Color information
#55202B (or 0x55202B) is known color: Bordeaux. HEX triplet: 55, 20 and 2B. RGB value is (85,32,43). Sum of RGB (Red+Green+Blue) = 85+32+43=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #55202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55202B is #AADFD4. Grayscale: #313131. Windows color (decimal): -11198421 or 2826325. OLE color: 2826325.
HSL color Cylindrical-coordinate representation of color #55202B: hue angle of 347.55º 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 #55202B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 43 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.67 |
| HSL | 347.55º | 0.45% | 0.23% | - |
| HSV(B) | 347.55º | 0.62% | 0.33% | - |
| XYZ | 4.7 | 3.14 | 2.64 | - |
| YUV | 49.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 43 | 0 | 0.62 | 0.49 | 0.67 | 347.55 | 0.45 | 0.23 |
| Hex | 55 | 20 | 2B | 0 | 3E | 31 | 43 | 15C | 2D | 17 |
| Octal | 125 | 40 | 53 | 0 | 76 | 61 | 103 | 534 | 55 | 27 |
| Binary | 1010101 | 100000 | 101011 | 0 | 111110 | 110001 | 1000011 | 101011100 | 101101 | 10111 |
Color Harmonies of #55202B
Complementary color
Monochromatic Colors of #55202B
Black with #55202B
Text Example
Text Example
White with #55202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55202B; }
p { color: rgb(85,32,43); }
H1.HeaderClassName
{
color: #55202B;
}
.AnyTagClassName
{
color: #55202B;
}
</style>
background-color css
<style>
a { background-color: #55202B; }
a { background-color: rgb(85,32,43); }
div.DivClassName
{
background-color: #55202B;
}
.BgClassName
{
background-color: #55202B;
}
</style>
border-color css
<style>
span { border-color: #55202B; }
span { border-color: rgb(85,32,43); }
td.TdClassName
{
border-color: #55202B;
}
.TagClassName
{
border-color: #55202B;
}
</style>