Shades of Bordeaux #55001F
Tints of Bordeaux #55001F
RGB
CMYK
RGB Variations
Color information
#55001F (or 0x55001F) is known color: Bordeaux. HEX triplet: 55, 00 and 1F. RGB value is (85,0,31). Sum of RGB (Red+Green+Blue) = 85+0+31=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #55001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55001F is #AAFFE0. Grayscale: #1C1C1C. Windows color (decimal): -11206625 or 2031701. OLE color: 2031701.
HSL color Cylindrical-coordinate representation of color #55001F: hue angle of 338.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55001F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.64 | 0.67 |
| HSL | 338.12º | 1% | 0.17% | - |
| HSV(B) | 338.12º | 1% | 0.33% | - |
| XYZ | 3.99 | 2.03 | 1.48 | - |
| YUV | 28.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 31 | 0 | 1 | 0.64 | 0.67 | 338.12 | 1 | 0.17 |
| Hex | 55 | 0 | 1F | 0 | 64 | 40 | 43 | 152 | 64 | 11 |
| Octal | 125 | 0 | 37 | 0 | 144 | 100 | 103 | 522 | 144 | 21 |
| Binary | 1010101 | 0 | 11111 | 0 | 1100100 | 1000000 | 1000011 | 101010010 | 1100100 | 10001 |
Color Harmonies of #55001F
Complementary color
Monochromatic Colors of #55001F
Black with #55001F
Text Example
Text Example
White with #55001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55001F; }
p { color: rgb(85,0,31); }
H1.HeaderClassName
{
color: #55001F;
}
.AnyTagClassName
{
color: #55001F;
}
</style>
background-color css
<style>
a { background-color: #55001F; }
a { background-color: rgb(85,0,31); }
div.DivClassName
{
background-color: #55001F;
}
.BgClassName
{
background-color: #55001F;
}
</style>
border-color css
<style>
span { border-color: #55001F; }
span { border-color: rgb(85,0,31); }
td.TdClassName
{
border-color: #55001F;
}
.TagClassName
{
border-color: #55001F;
}
</style>