Shades of Tawny Port #5C3047
Tints of Tawny Port #5C3047
RGB
CMYK
RGB Variations
Color information
#5C3047 (or 0x5C3047) is known color: Tawny Port. HEX triplet: 5C, 30 and 47. RGB value is (92,48,71). Sum of RGB (Red+Green+Blue) = 92+48+71=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3047 is #A3CFB8. Grayscale: #3F3F3F. Windows color (decimal): -10735545 or 4665436. OLE color: 4665436.
HSL color Cylindrical-coordinate representation of color #5C3047: hue angle of 328.64º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C3047 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 48 | 71 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.64 |
| HSL | 328.64º | 0.31% | 0.27% | - |
| HSV(B) | 328.64º | 0.48% | 0.36% | - |
| XYZ | 6.61 | 4.84 | 6.55 | - |
| YUV | 63.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 71 | 0 | 0.48 | 0.23 | 0.64 | 328.64 | 0.31 | 0.27 |
| Hex | 5C | 30 | 47 | 0 | 30 | 17 | 40 | 149 | 1F | 1B |
| Octal | 134 | 60 | 107 | 0 | 60 | 27 | 100 | 511 | 37 | 33 |
| Binary | 1011100 | 110000 | 1000111 | 0 | 110000 | 10111 | 1000000 | 101001001 | 11111 | 11011 |
Color Harmonies of #5C3047
Complementary color
Monochromatic Colors of #5C3047
Black with #5C3047
Text Example
Text Example
White with #5C3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3047; }
p { color: rgb(92,48,71); }
H1.HeaderClassName
{
color: #5C3047;
}
.AnyTagClassName
{
color: #5C3047;
}
</style>
background-color css
<style>
a { background-color: #5C3047; }
a { background-color: rgb(92,48,71); }
div.DivClassName
{
background-color: #5C3047;
}
.BgClassName
{
background-color: #5C3047;
}
</style>
border-color css
<style>
span { border-color: #5C3047; }
span { border-color: rgb(92,48,71); }
td.TdClassName
{
border-color: #5C3047;
}
.TagClassName
{
border-color: #5C3047;
}
</style>