Shades of Bordeaux #55030D
Tints of Bordeaux #55030D
RGB
CMYK
RGB Variations
Color information
#55030D (or 0x55030D) is known color: Bordeaux. HEX triplet: 55, 03 and 0D. RGB value is (85,3,13). Sum of RGB (Red+Green+Blue) = 85+3+13=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #55030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55030D is #AAFCF2. Grayscale: #1C1C1C. Windows color (decimal): -11205875 or 852821. OLE color: 852821.
HSL color Cylindrical-coordinate representation of color #55030D: hue angle of 352.68º 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 #55030D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 13 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.67 |
| HSL | 352.68º | 0.93% | 0.17% | - |
| HSV(B) | 352.68º | 0.96% | 0.33% | - |
| XYZ | 3.85 | 2.03 | 0.57 | - |
| YUV | 28.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 13 | 0 | 0.96 | 0.85 | 0.67 | 352.68 | 0.93 | 0.17 |
| Hex | 55 | 3 | D | 0 | 60 | 55 | 43 | 161 | 5D | 11 |
| Octal | 125 | 3 | 15 | 0 | 140 | 125 | 103 | 541 | 135 | 21 |
| Binary | 1010101 | 11 | 1101 | 0 | 1100000 | 1010101 | 1000011 | 101100001 | 1011101 | 10001 |
Color Harmonies of #55030D
Complementary color
Monochromatic Colors of #55030D
Black with #55030D
Text Example
Text Example
White with #55030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55030D; }
p { color: rgb(85,3,13); }
H1.HeaderClassName
{
color: #55030D;
}
.AnyTagClassName
{
color: #55030D;
}
</style>
background-color css
<style>
a { background-color: #55030D; }
a { background-color: rgb(85,3,13); }
div.DivClassName
{
background-color: #55030D;
}
.BgClassName
{
background-color: #55030D;
}
</style>
border-color css
<style>
span { border-color: #55030D; }
span { border-color: rgb(85,3,13); }
td.TdClassName
{
border-color: #55030D;
}
.TagClassName
{
border-color: #55030D;
}
</style>