Shades of Tawny Port #5C313F
Tints of Tawny Port #5C313F
RGB
CMYK
RGB Variations
Color information
#5C313F (or 0x5C313F) is known color: Tawny Port. HEX triplet: 5C, 31 and 3F. RGB value is (92,49,63). Sum of RGB (Red+Green+Blue) = 92+49+63=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C313F is #A3CEC0. Grayscale: #3F3F3F. Windows color (decimal): -10735297 or 4141404. OLE color: 4141404.
HSL color Cylindrical-coordinate representation of color #5C313F: hue angle of 340.47º 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 #5C313F is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 49 | 63 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.64 |
| HSL | 340.47º | 0.3% | 0.28% | - |
| HSV(B) | 340.47º | 0.47% | 0.36% | - |
| XYZ | 6.41 | 4.83 | 5.3 | - |
| YUV | 63.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 63 | 0 | 0.47 | 0.32 | 0.64 | 340.47 | 0.3 | 0.28 |
| Hex | 5C | 31 | 3F | 0 | 2F | 20 | 40 | 154 | 1E | 1C |
| Octal | 134 | 61 | 77 | 0 | 57 | 40 | 100 | 524 | 36 | 34 |
| Binary | 1011100 | 110001 | 111111 | 0 | 101111 | 100000 | 1000000 | 101010100 | 11110 | 11100 |
Color Harmonies of #5C313F
Complementary color
Monochromatic Colors of #5C313F
Black with #5C313F
Text Example
Text Example
White with #5C313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C313F; }
p { color: rgb(92,49,63); }
H1.HeaderClassName
{
color: #5C313F;
}
.AnyTagClassName
{
color: #5C313F;
}
</style>
background-color css
<style>
a { background-color: #5C313F; }
a { background-color: rgb(92,49,63); }
div.DivClassName
{
background-color: #5C313F;
}
.BgClassName
{
background-color: #5C313F;
}
</style>
border-color css
<style>
span { border-color: #5C313F; }
span { border-color: rgb(92,49,63); }
td.TdClassName
{
border-color: #5C313F;
}
.TagClassName
{
border-color: #5C313F;
}
</style>