Shades of Bordeaux #55030A
Tints of Bordeaux #55030A
RGB
CMYK
RGB Variations
Color information
#55030A (or 0x55030A) is known color: Bordeaux. HEX triplet: 55, 03 and 0A. RGB value is (85,3,10). Sum of RGB (Red+Green+Blue) = 85+3+10=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #55030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55030A is #AAFCF5. Grayscale: #1C1C1C. Windows color (decimal): -11205878 or 656213. OLE color: 656213.
HSL color Cylindrical-coordinate representation of color #55030A: hue angle of 354.88º 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 #55030A is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 10 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.67 |
| HSL | 354.88º | 0.93% | 0.17% | - |
| HSV(B) | 354.88º | 0.96% | 0.33% | - |
| XYZ | 3.83 | 2.02 | 0.47 | - |
| YUV | 28.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 10 | 0 | 0.96 | 0.88 | 0.67 | 354.88 | 0.93 | 0.17 |
| Hex | 55 | 3 | A | 0 | 60 | 58 | 43 | 163 | 5D | 11 |
| Octal | 125 | 3 | 12 | 0 | 140 | 130 | 103 | 543 | 135 | 21 |
| Binary | 1010101 | 11 | 1010 | 0 | 1100000 | 1011000 | 1000011 | 101100011 | 1011101 | 10001 |
Color Harmonies of #55030A
Complementary color
Monochromatic Colors of #55030A
Black with #55030A
Text Example
Text Example
White with #55030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55030A; }
p { color: rgb(85,3,10); }
H1.HeaderClassName
{
color: #55030A;
}
.AnyTagClassName
{
color: #55030A;
}
</style>
background-color css
<style>
a { background-color: #55030A; }
a { background-color: rgb(85,3,10); }
div.DivClassName
{
background-color: #55030A;
}
.BgClassName
{
background-color: #55030A;
}
</style>
border-color css
<style>
span { border-color: #55030A; }
span { border-color: rgb(85,3,10); }
td.TdClassName
{
border-color: #55030A;
}
.TagClassName
{
border-color: #55030A;
}
</style>