Shades of Bordeaux #55132B
Tints of Bordeaux #55132B
RGB
CMYK
RGB Variations
Color information
#55132B (or 0x55132B) is known color: Bordeaux. HEX triplet: 55, 13 and 2B. RGB value is (85,19,43). Sum of RGB (Red+Green+Blue) = 85+19+43=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55132B is #AAECD4. Grayscale: #292929. Windows color (decimal): -11201749 or 2822997. OLE color: 2822997.
HSL color Cylindrical-coordinate representation of color #55132B: hue angle of 338.18º 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 #55132B is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 43 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.67 |
| HSL | 338.18º | 0.63% | 0.2% | - |
| HSV(B) | 338.18º | 0.78% | 0.33% | - |
| XYZ | 4.42 | 2.57 | 2.55 | - |
| YUV | 41.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 43 | 0 | 0.78 | 0.49 | 0.67 | 338.18 | 0.63 | 0.2 |
| Hex | 55 | 13 | 2B | 0 | 4E | 31 | 43 | 152 | 3F | 14 |
| Octal | 125 | 23 | 53 | 0 | 116 | 61 | 103 | 522 | 77 | 24 |
| Binary | 1010101 | 10011 | 101011 | 0 | 1001110 | 110001 | 1000011 | 101010010 | 111111 | 10100 |
Color Harmonies of #55132B
Complementary color
Monochromatic Colors of #55132B
Black with #55132B
Text Example
Text Example
White with #55132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55132B; }
p { color: rgb(85,19,43); }
H1.HeaderClassName
{
color: #55132B;
}
.AnyTagClassName
{
color: #55132B;
}
</style>
background-color css
<style>
a { background-color: #55132B; }
a { background-color: rgb(85,19,43); }
div.DivClassName
{
background-color: #55132B;
}
.BgClassName
{
background-color: #55132B;
}
</style>
border-color css
<style>
span { border-color: #55132B; }
span { border-color: rgb(85,19,43); }
td.TdClassName
{
border-color: #55132B;
}
.TagClassName
{
border-color: #55132B;
}
</style>