Shades of Bordeaux #55151D
Tints of Bordeaux #55151D
RGB
CMYK
RGB Variations
Color information
#55151D (or 0x55151D) is known color: Bordeaux. HEX triplet: 55, 15 and 1D. RGB value is (85,21,29). Sum of RGB (Red+Green+Blue) = 85+21+29=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55151D is #AAEAE2. Grayscale: #292929. Windows color (decimal): -11201251 or 1906005. OLE color: 1906005.
HSL color Cylindrical-coordinate representation of color #55151D: hue angle of 352.5º 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 #55151D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 29 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.67 |
| HSL | 352.5º | 0.6% | 0.21% | - |
| HSV(B) | 352.5º | 0.75% | 0.33% | - |
| XYZ | 4.24 | 2.56 | 1.43 | - |
| YUV | 41.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 29 | 0 | 0.75 | 0.66 | 0.67 | 352.5 | 0.6 | 0.21 |
| Hex | 55 | 15 | 1D | 0 | 4B | 42 | 43 | 160 | 3C | 15 |
| Octal | 125 | 25 | 35 | 0 | 113 | 102 | 103 | 540 | 74 | 25 |
| Binary | 1010101 | 10101 | 11101 | 0 | 1001011 | 1000010 | 1000011 | 101100000 | 111100 | 10101 |
Color Harmonies of #55151D
Complementary color
Monochromatic Colors of #55151D
Black with #55151D
Text Example
Text Example
White with #55151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55151D; }
p { color: rgb(85,21,29); }
H1.HeaderClassName
{
color: #55151D;
}
.AnyTagClassName
{
color: #55151D;
}
</style>
background-color css
<style>
a { background-color: #55151D; }
a { background-color: rgb(85,21,29); }
div.DivClassName
{
background-color: #55151D;
}
.BgClassName
{
background-color: #55151D;
}
</style>
border-color css
<style>
span { border-color: #55151D; }
span { border-color: rgb(85,21,29); }
td.TdClassName
{
border-color: #55151D;
}
.TagClassName
{
border-color: #55151D;
}
</style>