Shades of Bordeaux #55001A
Tints of Bordeaux #55001A
RGB
CMYK
RGB Variations
Color information
#55001A (or 0x55001A) is known color: Bordeaux. HEX triplet: 55, 00 and 1A. RGB value is (85,0,26). Sum of RGB (Red+Green+Blue) = 85+0+26=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #55001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55001A is #AAFFE5. Grayscale: #1C1C1C. Windows color (decimal): -11206630 or 1704021. OLE color: 1704021.
HSL color Cylindrical-coordinate representation of color #55001A: hue angle of 341.65º 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 #55001A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.69 | 0.67 |
| HSL | 341.65º | 1% | 0.17% | - |
| HSV(B) | 341.65º | 1% | 0.33% | - |
| XYZ | 3.93 | 2.01 | 1.16 | - |
| YUV | 28.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 26 | 0 | 1 | 0.69 | 0.67 | 341.65 | 1 | 0.17 |
| Hex | 55 | 0 | 1A | 0 | 64 | 45 | 43 | 156 | 64 | 11 |
| Octal | 125 | 0 | 32 | 0 | 144 | 105 | 103 | 526 | 144 | 21 |
| Binary | 1010101 | 0 | 11010 | 0 | 1100100 | 1000101 | 1000011 | 101010110 | 1100100 | 10001 |
Color Harmonies of #55001A
Complementary color
Monochromatic Colors of #55001A
Black with #55001A
Text Example
Text Example
White with #55001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55001A; }
p { color: rgb(85,0,26); }
H1.HeaderClassName
{
color: #55001A;
}
.AnyTagClassName
{
color: #55001A;
}
</style>
background-color css
<style>
a { background-color: #55001A; }
a { background-color: rgb(85,0,26); }
div.DivClassName
{
background-color: #55001A;
}
.BgClassName
{
background-color: #55001A;
}
</style>
border-color css
<style>
span { border-color: #55001A; }
span { border-color: rgb(85,0,26); }
td.TdClassName
{
border-color: #55001A;
}
.TagClassName
{
border-color: #55001A;
}
</style>