Shades of Bordeaux #55040D
Tints of Bordeaux #55040D
RGB
CMYK
RGB Variations
Color information
#55040D (or 0x55040D) is known color: Bordeaux. HEX triplet: 55, 04 and 0D. RGB value is (85,4,13). Sum of RGB (Red+Green+Blue) = 85+4+13=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #55040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55040D is #AAFBF2. Grayscale: #1D1D1D. Windows color (decimal): -11205619 or 853077. OLE color: 853077.
HSL color Cylindrical-coordinate representation of color #55040D: hue angle of 353.33º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55040D is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 13 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.67 |
| HSL | 353.33º | 0.91% | 0.17% | - |
| HSV(B) | 353.33º | 0.95% | 0.33% | - |
| XYZ | 3.86 | 2.05 | 0.57 | - |
| YUV | 29.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 13 | 0 | 0.95 | 0.85 | 0.67 | 353.33 | 0.91 | 0.17 |
| Hex | 55 | 4 | D | 0 | 5F | 55 | 43 | 161 | 5B | 11 |
| Octal | 125 | 4 | 15 | 0 | 137 | 125 | 103 | 541 | 133 | 21 |
| Binary | 1010101 | 100 | 1101 | 0 | 1011111 | 1010101 | 1000011 | 101100001 | 1011011 | 10001 |
Color Harmonies of #55040D
Complementary color
Monochromatic Colors of #55040D
Black with #55040D
Text Example
Text Example
White with #55040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55040D; }
p { color: rgb(85,4,13); }
H1.HeaderClassName
{
color: #55040D;
}
.AnyTagClassName
{
color: #55040D;
}
</style>
background-color css
<style>
a { background-color: #55040D; }
a { background-color: rgb(85,4,13); }
div.DivClassName
{
background-color: #55040D;
}
.BgClassName
{
background-color: #55040D;
}
</style>
border-color css
<style>
span { border-color: #55040D; }
span { border-color: rgb(85,4,13); }
td.TdClassName
{
border-color: #55040D;
}
.TagClassName
{
border-color: #55040D;
}
</style>