Shades of Tawny Port #5C3145
Tints of Tawny Port #5C3145
RGB
CMYK
RGB Variations
Color information
#5C3145 (or 0x5C3145) is known color: Tawny Port. HEX triplet: 5C, 31 and 45. RGB value is (92,49,69). Sum of RGB (Red+Green+Blue) = 92+49+69=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3145 is #A3CEBA. Grayscale: #404040. Windows color (decimal): -10735291 or 4534620. OLE color: 4534620.
HSL color Cylindrical-coordinate representation of color #5C3145: hue angle of 332.09º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C3145 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 49 | 69 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.64 |
| HSL | 332.09º | 0.3% | 0.28% | - |
| HSV(B) | 332.09º | 0.47% | 0.36% | - |
| XYZ | 6.59 | 4.9 | 6.23 | - |
| YUV | 64.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 69 | 0 | 0.47 | 0.25 | 0.64 | 332.09 | 0.3 | 0.28 |
| Hex | 5C | 31 | 45 | 0 | 2F | 19 | 40 | 14C | 1E | 1C |
| Octal | 134 | 61 | 105 | 0 | 57 | 31 | 100 | 514 | 36 | 34 |
| Binary | 1011100 | 110001 | 1000101 | 0 | 101111 | 11001 | 1000000 | 101001100 | 11110 | 11100 |
Color Harmonies of #5C3145
Complementary color
Monochromatic Colors of #5C3145
Black with #5C3145
Text Example
Text Example
White with #5C3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3145; }
p { color: rgb(92,49,69); }
H1.HeaderClassName
{
color: #5C3145;
}
.AnyTagClassName
{
color: #5C3145;
}
</style>
background-color css
<style>
a { background-color: #5C3145; }
a { background-color: rgb(92,49,69); }
div.DivClassName
{
background-color: #5C3145;
}
.BgClassName
{
background-color: #5C3145;
}
</style>
border-color css
<style>
span { border-color: #5C3145; }
span { border-color: rgb(92,49,69); }
td.TdClassName
{
border-color: #5C3145;
}
.TagClassName
{
border-color: #5C3145;
}
</style>