Shades of Bordeaux #55121E
Tints of Bordeaux #55121E
RGB
CMYK
RGB Variations
Color information
#55121E (or 0x55121E) is known color: Bordeaux. HEX triplet: 55, 12 and 1E. RGB value is (85,18,30). Sum of RGB (Red+Green+Blue) = 85+18+30=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55121E is #AAEDE1. Grayscale: #272727. Windows color (decimal): -11202018 or 1970773. OLE color: 1970773.
HSL color Cylindrical-coordinate representation of color #55121E: hue angle of 349.25º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55121E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 30 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.67 |
| HSL | 349.25º | 0.65% | 0.2% | - |
| HSV(B) | 349.25º | 0.79% | 0.33% | - |
| XYZ | 4.2 | 2.46 | 1.48 | - |
| YUV | 39.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 30 | 0 | 0.79 | 0.65 | 0.67 | 349.25 | 0.65 | 0.2 |
| Hex | 55 | 12 | 1E | 0 | 4F | 41 | 43 | 15D | 41 | 14 |
| Octal | 125 | 22 | 36 | 0 | 117 | 101 | 103 | 535 | 101 | 24 |
| Binary | 1010101 | 10010 | 11110 | 0 | 1001111 | 1000001 | 1000011 | 101011101 | 1000001 | 10100 |
Color Harmonies of #55121E
Complementary color
Monochromatic Colors of #55121E
Black with #55121E
Text Example
Text Example
White with #55121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55121E; }
p { color: rgb(85,18,30); }
H1.HeaderClassName
{
color: #55121E;
}
.AnyTagClassName
{
color: #55121E;
}
</style>
background-color css
<style>
a { background-color: #55121E; }
a { background-color: rgb(85,18,30); }
div.DivClassName
{
background-color: #55121E;
}
.BgClassName
{
background-color: #55121E;
}
</style>
border-color css
<style>
span { border-color: #55121E; }
span { border-color: rgb(85,18,30); }
td.TdClassName
{
border-color: #55121E;
}
.TagClassName
{
border-color: #55121E;
}
</style>