Shades of Bordeaux #55151C
Tints of Bordeaux #55151C
RGB
CMYK
RGB Variations
Color information
#55151C (or 0x55151C) is known color: Bordeaux. HEX triplet: 55, 15 and 1C. RGB value is (85,21,28). Sum of RGB (Red+Green+Blue) = 85+21+28=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55151C is #AAEAE3. Grayscale: #282828. Windows color (decimal): -11201252 or 1840469. OLE color: 1840469.
HSL color Cylindrical-coordinate representation of color #55151C: hue angle of 353.44º 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 #55151C is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 28 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.67 |
| HSL | 353.44º | 0.6% | 0.21% | - |
| HSV(B) | 353.44º | 0.75% | 0.33% | - |
| XYZ | 4.22 | 2.55 | 1.37 | - |
| YUV | 40.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 28 | 0 | 0.75 | 0.67 | 0.67 | 353.44 | 0.6 | 0.21 |
| Hex | 55 | 15 | 1C | 0 | 4B | 43 | 43 | 161 | 3C | 15 |
| Octal | 125 | 25 | 34 | 0 | 113 | 103 | 103 | 541 | 74 | 25 |
| Binary | 1010101 | 10101 | 11100 | 0 | 1001011 | 1000011 | 1000011 | 101100001 | 111100 | 10101 |
Color Harmonies of #55151C
Complementary color
Monochromatic Colors of #55151C
Black with #55151C
Text Example
Text Example
White with #55151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55151C; }
p { color: rgb(85,21,28); }
H1.HeaderClassName
{
color: #55151C;
}
.AnyTagClassName
{
color: #55151C;
}
</style>
background-color css
<style>
a { background-color: #55151C; }
a { background-color: rgb(85,21,28); }
div.DivClassName
{
background-color: #55151C;
}
.BgClassName
{
background-color: #55151C;
}
</style>
border-color css
<style>
span { border-color: #55151C; }
span { border-color: rgb(85,21,28); }
td.TdClassName
{
border-color: #55151C;
}
.TagClassName
{
border-color: #55151C;
}
</style>