Shades of Bordeaux #55031C
Tints of Bordeaux #55031C
RGB
CMYK
RGB Variations
Color information
#55031C (or 0x55031C) is known color: Bordeaux. HEX triplet: 55, 03 and 1C. RGB value is (85,3,28). Sum of RGB (Red+Green+Blue) = 85+3+28=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #55031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55031C is #AAFCE3. Grayscale: #1E1E1E. Windows color (decimal): -11205860 or 1835861. OLE color: 1835861.
HSL color Cylindrical-coordinate representation of color #55031C: hue angle of 341.71º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55031C is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 28 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.67 |
| HSL | 341.71º | 0.93% | 0.17% | - |
| HSV(B) | 341.71º | 0.96% | 0.33% | - |
| XYZ | 3.99 | 2.08 | 1.29 | - |
| YUV | 30.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 28 | 0 | 0.96 | 0.67 | 0.67 | 341.71 | 0.93 | 0.17 |
| Hex | 55 | 3 | 1C | 0 | 60 | 43 | 43 | 156 | 5D | 11 |
| Octal | 125 | 3 | 34 | 0 | 140 | 103 | 103 | 526 | 135 | 21 |
| Binary | 1010101 | 11 | 11100 | 0 | 1100000 | 1000011 | 1000011 | 101010110 | 1011101 | 10001 |
Color Harmonies of #55031C
Complementary color
Monochromatic Colors of #55031C
Black with #55031C
Text Example
Text Example
White with #55031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55031C; }
p { color: rgb(85,3,28); }
H1.HeaderClassName
{
color: #55031C;
}
.AnyTagClassName
{
color: #55031C;
}
</style>
background-color css
<style>
a { background-color: #55031C; }
a { background-color: rgb(85,3,28); }
div.DivClassName
{
background-color: #55031C;
}
.BgClassName
{
background-color: #55031C;
}
</style>
border-color css
<style>
span { border-color: #55031C; }
span { border-color: rgb(85,3,28); }
td.TdClassName
{
border-color: #55031C;
}
.TagClassName
{
border-color: #55031C;
}
</style>