Shades of Bordeaux #55121D
Tints of Bordeaux #55121D
RGB
CMYK
RGB Variations
Color information
#55121D (or 0x55121D) is known color: Bordeaux. HEX triplet: 55, 12 and 1D. RGB value is (85,18,29). Sum of RGB (Red+Green+Blue) = 85+18+29=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55121D is #AAEDE2. Grayscale: #272727. Windows color (decimal): -11202019 or 1905237. OLE color: 1905237.
HSL color Cylindrical-coordinate representation of color #55121D: hue angle of 350.15º 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 #55121D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 29 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.67 |
| HSL | 350.15º | 0.65% | 0.2% | - |
| HSV(B) | 350.15º | 0.79% | 0.33% | - |
| XYZ | 4.18 | 2.45 | 1.42 | - |
| YUV | 39.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 29 | 0 | 0.79 | 0.66 | 0.67 | 350.15 | 0.65 | 0.2 |
| Hex | 55 | 12 | 1D | 0 | 4F | 42 | 43 | 15E | 41 | 14 |
| Octal | 125 | 22 | 35 | 0 | 117 | 102 | 103 | 536 | 101 | 24 |
| Binary | 1010101 | 10010 | 11101 | 0 | 1001111 | 1000010 | 1000011 | 101011110 | 1000001 | 10100 |
Color Harmonies of #55121D
Complementary color
Monochromatic Colors of #55121D
Black with #55121D
Text Example
Text Example
White with #55121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55121D; }
p { color: rgb(85,18,29); }
H1.HeaderClassName
{
color: #55121D;
}
.AnyTagClassName
{
color: #55121D;
}
</style>
background-color css
<style>
a { background-color: #55121D; }
a { background-color: rgb(85,18,29); }
div.DivClassName
{
background-color: #55121D;
}
.BgClassName
{
background-color: #55121D;
}
</style>
border-color css
<style>
span { border-color: #55121D; }
span { border-color: rgb(85,18,29); }
td.TdClassName
{
border-color: #55121D;
}
.TagClassName
{
border-color: #55121D;
}
</style>