Shades of Bordeaux #55010D
Tints of Bordeaux #55010D
RGB
CMYK
RGB Variations
Color information
#55010D (or 0x55010D) is known color: Bordeaux. HEX triplet: 55, 01 and 0D. RGB value is (85,1,13). Sum of RGB (Red+Green+Blue) = 85+1+13=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #55010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55010D is #AAFEF2. Grayscale: #1B1B1B. Windows color (decimal): -11206387 or 852309. OLE color: 852309.
HSL color Cylindrical-coordinate representation of color #55010D: hue angle of 351.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55010D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.67 |
| HSL | 351.43º | 0.98% | 0.17% | - |
| HSV(B) | 351.43º | 0.99% | 0.33% | - |
| XYZ | 3.83 | 1.98 | 0.56 | - |
| YUV | 27.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 13 | 0 | 0.99 | 0.85 | 0.67 | 351.43 | 0.98 | 0.17 |
| Hex | 55 | 1 | D | 0 | 63 | 55 | 43 | 15F | 62 | 11 |
| Octal | 125 | 1 | 15 | 0 | 143 | 125 | 103 | 537 | 142 | 21 |
| Binary | 1010101 | 1 | 1101 | 0 | 1100011 | 1010101 | 1000011 | 101011111 | 1100010 | 10001 |
Color Harmonies of #55010D
Complementary color
Monochromatic Colors of #55010D
Black with #55010D
Text Example
Text Example
White with #55010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55010D; }
p { color: rgb(85,1,13); }
H1.HeaderClassName
{
color: #55010D;
}
.AnyTagClassName
{
color: #55010D;
}
</style>
background-color css
<style>
a { background-color: #55010D; }
a { background-color: rgb(85,1,13); }
div.DivClassName
{
background-color: #55010D;
}
.BgClassName
{
background-color: #55010D;
}
</style>
border-color css
<style>
span { border-color: #55010D; }
span { border-color: rgb(85,1,13); }
td.TdClassName
{
border-color: #55010D;
}
.TagClassName
{
border-color: #55010D;
}
</style>