Shades of Tawny Port #553646
Tints of Tawny Port #553646
RGB
CMYK
RGB Variations
Color information
#553646 (or 0x553646) is known color: Tawny Port. HEX triplet: 55, 36 and 46. RGB value is (85,54,70). Sum of RGB (Red+Green+Blue) = 85+54+70=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #553646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553646 is #AAC9B9. Grayscale: #414141. Windows color (decimal): -11192762 or 4601429. OLE color: 4601429.
HSL color Cylindrical-coordinate representation of color #553646: hue angle of 329.03º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553646 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 70 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.67 |
| HSL | 329.03º | 0.22% | 0.27% | - |
| HSV(B) | 329.03º | 0.36% | 0.33% | - |
| XYZ | 6.17 | 5.01 | 6.44 | - |
| YUV | 65.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 70 | 0 | 0.36 | 0.18 | 0.67 | 329.03 | 0.22 | 0.27 |
| Hex | 55 | 36 | 46 | 0 | 24 | 12 | 43 | 149 | 16 | 1B |
| Octal | 125 | 66 | 106 | 0 | 44 | 22 | 103 | 511 | 26 | 33 |
| Binary | 1010101 | 110110 | 1000110 | 0 | 100100 | 10010 | 1000011 | 101001001 | 10110 | 11011 |
Color Harmonies of #553646
Complementary color
Monochromatic Colors of #553646
Black with #553646
Text Example
Text Example
White with #553646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553646; }
p { color: rgb(85,54,70); }
H1.HeaderClassName
{
color: #553646;
}
.AnyTagClassName
{
color: #553646;
}
</style>
background-color css
<style>
a { background-color: #553646; }
a { background-color: rgb(85,54,70); }
div.DivClassName
{
background-color: #553646;
}
.BgClassName
{
background-color: #553646;
}
</style>
border-color css
<style>
span { border-color: #553646; }
span { border-color: rgb(85,54,70); }
td.TdClassName
{
border-color: #553646;
}
.TagClassName
{
border-color: #553646;
}
</style>