Shades of Tawny Port #553841
Tints of Tawny Port #553841
RGB
CMYK
RGB Variations
Color information
#553841 (or 0x553841) is known color: Tawny Port. HEX triplet: 55, 38 and 41. RGB value is (85,56,65). Sum of RGB (Red+Green+Blue) = 85+56+65=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553841 is #AAC7BE. Grayscale: #414141. Windows color (decimal): -11192255 or 4274261. OLE color: 4274261.
HSL color Cylindrical-coordinate representation of color #553841: hue angle of 341.38º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #553841 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 65 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.67 |
| HSL | 341.38º | 0.21% | 0.28% | - |
| HSV(B) | 341.38º | 0.34% | 0.33% | - |
| XYZ | 6.11 | 5.14 | 5.67 | - |
| YUV | 65.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 65 | 0 | 0.34 | 0.24 | 0.67 | 341.38 | 0.21 | 0.28 |
| Hex | 55 | 38 | 41 | 0 | 22 | 18 | 43 | 155 | 15 | 1C |
| Octal | 125 | 70 | 101 | 0 | 42 | 30 | 103 | 525 | 25 | 34 |
| Binary | 1010101 | 111000 | 1000001 | 0 | 100010 | 11000 | 1000011 | 101010101 | 10101 | 11100 |
Color Harmonies of #553841
Complementary color
Monochromatic Colors of #553841
Black with #553841
Text Example
Text Example
White with #553841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553841; }
p { color: rgb(85,56,65); }
H1.HeaderClassName
{
color: #553841;
}
.AnyTagClassName
{
color: #553841;
}
</style>
background-color css
<style>
a { background-color: #553841; }
a { background-color: rgb(85,56,65); }
div.DivClassName
{
background-color: #553841;
}
.BgClassName
{
background-color: #553841;
}
</style>
border-color css
<style>
span { border-color: #553841; }
span { border-color: rgb(85,56,65); }
td.TdClassName
{
border-color: #553841;
}
.TagClassName
{
border-color: #553841;
}
</style>