Shades of Bordeaux #55151F
Tints of Bordeaux #55151F
RGB
CMYK
RGB Variations
Color information
#55151F (or 0x55151F) is known color: Bordeaux. HEX triplet: 55, 15 and 1F. RGB value is (85,21,31). Sum of RGB (Red+Green+Blue) = 85+21+31=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55151F is #AAEAE0. Grayscale: #292929. Windows color (decimal): -11201249 or 2037077. OLE color: 2037077.
HSL color Cylindrical-coordinate representation of color #55151F: hue angle of 350.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55151F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 31 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.67 |
| HSL | 350.63º | 0.6% | 0.21% | - |
| HSV(B) | 350.63º | 0.75% | 0.33% | - |
| XYZ | 4.26 | 2.57 | 1.57 | - |
| YUV | 41.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 31 | 0 | 0.75 | 0.64 | 0.67 | 350.63 | 0.6 | 0.21 |
| Hex | 55 | 15 | 1F | 0 | 4B | 40 | 43 | 15F | 3C | 15 |
| Octal | 125 | 25 | 37 | 0 | 113 | 100 | 103 | 537 | 74 | 25 |
| Binary | 1010101 | 10101 | 11111 | 0 | 1001011 | 1000000 | 1000011 | 101011111 | 111100 | 10101 |
Color Harmonies of #55151F
Complementary color
Monochromatic Colors of #55151F
Black with #55151F
Text Example
Text Example
White with #55151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55151F; }
p { color: rgb(85,21,31); }
H1.HeaderClassName
{
color: #55151F;
}
.AnyTagClassName
{
color: #55151F;
}
</style>
background-color css
<style>
a { background-color: #55151F; }
a { background-color: rgb(85,21,31); }
div.DivClassName
{
background-color: #55151F;
}
.BgClassName
{
background-color: #55151F;
}
</style>
border-color css
<style>
span { border-color: #55151F; }
span { border-color: rgb(85,21,31); }
td.TdClassName
{
border-color: #55151F;
}
.TagClassName
{
border-color: #55151F;
}
</style>