Shades of Bordeaux #550F14
Tints of Bordeaux #550F14
RGB
CMYK
RGB Variations
Color information
#550F14 (or 0x550F14) is known color: Bordeaux. HEX triplet: 55, 0F and 14. RGB value is (85,15,20). Sum of RGB (Red+Green+Blue) = 85+15+20=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #550F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550F14 is #AAF0EB. Grayscale: #242424. Windows color (decimal): -11202796 or 1314645. OLE color: 1314645.
HSL color Cylindrical-coordinate representation of color #550F14: hue angle of 355.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F14 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 20 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.67 |
| HSL | 355.71º | 0.7% | 0.2% | - |
| HSV(B) | 355.71º | 0.82% | 0.33% | - |
| XYZ | 4.04 | 2.32 | 0.9 | - |
| YUV | 36.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 20 | 0 | 0.82 | 0.76 | 0.67 | 355.71 | 0.7 | 0.2 |
| Hex | 55 | F | 14 | 0 | 52 | 4C | 43 | 164 | 46 | 14 |
| Octal | 125 | 17 | 24 | 0 | 122 | 114 | 103 | 544 | 106 | 24 |
| Binary | 1010101 | 1111 | 10100 | 0 | 1010010 | 1001100 | 1000011 | 101100100 | 1000110 | 10100 |
Color Harmonies of #550F14
Complementary color
Monochromatic Colors of #550F14
Black with #550F14
Text Example
Text Example
White with #550F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F14; }
p { color: rgb(85,15,20); }
H1.HeaderClassName
{
color: #550F14;
}
.AnyTagClassName
{
color: #550F14;
}
</style>
background-color css
<style>
a { background-color: #550F14; }
a { background-color: rgb(85,15,20); }
div.DivClassName
{
background-color: #550F14;
}
.BgClassName
{
background-color: #550F14;
}
</style>
border-color css
<style>
span { border-color: #550F14; }
span { border-color: rgb(85,15,20); }
td.TdClassName
{
border-color: #550F14;
}
.TagClassName
{
border-color: #550F14;
}
</style>