Shades of Tawny Port #5C3549
Tints of Tawny Port #5C3549
RGB
CMYK
RGB Variations
Color information
#5C3549 (or 0x5C3549) is known color: Tawny Port. HEX triplet: 5C, 35 and 49. RGB value is (92,53,73). Sum of RGB (Red+Green+Blue) = 92+53+73=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3549 is #A3CAB6. Grayscale: #424242. Windows color (decimal): -10734263 or 4797788. OLE color: 4797788.
HSL color Cylindrical-coordinate representation of color #5C3549: hue angle of 329.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C3549 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 53 | 73 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.64 |
| HSL | 329.23º | 0.27% | 0.28% | - |
| HSV(B) | 329.23º | 0.42% | 0.36% | - |
| XYZ | 6.89 | 5.3 | 6.96 | - |
| YUV | 66.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 73 | 0 | 0.42 | 0.21 | 0.64 | 329.23 | 0.27 | 0.28 |
| Hex | 5C | 35 | 49 | 0 | 2A | 15 | 40 | 149 | 1B | 1C |
| Octal | 134 | 65 | 111 | 0 | 52 | 25 | 100 | 511 | 33 | 34 |
| Binary | 1011100 | 110101 | 1001001 | 0 | 101010 | 10101 | 1000000 | 101001001 | 11011 | 11100 |
Color Harmonies of #5C3549
Complementary color
Monochromatic Colors of #5C3549
Black with #5C3549
Text Example
Text Example
White with #5C3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3549; }
p { color: rgb(92,53,73); }
H1.HeaderClassName
{
color: #5C3549;
}
.AnyTagClassName
{
color: #5C3549;
}
</style>
background-color css
<style>
a { background-color: #5C3549; }
a { background-color: rgb(92,53,73); }
div.DivClassName
{
background-color: #5C3549;
}
.BgClassName
{
background-color: #5C3549;
}
</style>
border-color css
<style>
span { border-color: #5C3549; }
span { border-color: rgb(92,53,73); }
td.TdClassName
{
border-color: #5C3549;
}
.TagClassName
{
border-color: #5C3549;
}
</style>