Shades of Bordeaux #55192A
Tints of Bordeaux #55192A
RGB
CMYK
RGB Variations
Color information
#55192A (or 0x55192A) is known color: Bordeaux. HEX triplet: 55, 19 and 2A. RGB value is (85,25,42). Sum of RGB (Red+Green+Blue) = 85+25+42=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55192A is #AAE6D5. Grayscale: #2C2C2C. Windows color (decimal): -11200214 or 2758997. OLE color: 2758997.
HSL color Cylindrical-coordinate representation of color #55192A: hue angle of 343º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55192A is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 42 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.67 |
| HSL | 343º | 0.55% | 0.22% | - |
| HSV(B) | 343º | 0.71% | 0.33% | - |
| XYZ | 4.51 | 2.79 | 2.49 | - |
| YUV | 44.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 42 | 0 | 0.71 | 0.51 | 0.67 | 343 | 0.55 | 0.22 |
| Hex | 55 | 19 | 2A | 0 | 47 | 33 | 43 | 157 | 37 | 16 |
| Octal | 125 | 31 | 52 | 0 | 107 | 63 | 103 | 527 | 67 | 26 |
| Binary | 1010101 | 11001 | 101010 | 0 | 1000111 | 110011 | 1000011 | 101010111 | 110111 | 10110 |
Color Harmonies of #55192A
Complementary color
Monochromatic Colors of #55192A
Black with #55192A
Text Example
Text Example
White with #55192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55192A; }
p { color: rgb(85,25,42); }
H1.HeaderClassName
{
color: #55192A;
}
.AnyTagClassName
{
color: #55192A;
}
</style>
background-color css
<style>
a { background-color: #55192A; }
a { background-color: rgb(85,25,42); }
div.DivClassName
{
background-color: #55192A;
}
.BgClassName
{
background-color: #55192A;
}
</style>
border-color css
<style>
span { border-color: #55192A; }
span { border-color: rgb(85,25,42); }
td.TdClassName
{
border-color: #55192A;
}
.TagClassName
{
border-color: #55192A;
}
</style>