Shades of Tawny Port #5C3246
Tints of Tawny Port #5C3246
RGB
CMYK
RGB Variations
Color information
#5C3246 (or 0x5C3246) is known color: Tawny Port. HEX triplet: 5C, 32 and 46. RGB value is (92,50,70). Sum of RGB (Red+Green+Blue) = 92+50+70=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3246 is #A3CDB9. Grayscale: #404040. Windows color (decimal): -10735034 or 4600412. OLE color: 4600412.
HSL color Cylindrical-coordinate representation of color #5C3246: hue angle of 331.43º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C3246 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 70 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.64 |
| HSL | 331.43º | 0.3% | 0.28% | - |
| HSV(B) | 331.43º | 0.46% | 0.36% | - |
| XYZ | 6.66 | 5 | 6.41 | - |
| YUV | 64.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 70 | 0 | 0.46 | 0.24 | 0.64 | 331.43 | 0.3 | 0.28 |
| Hex | 5C | 32 | 46 | 0 | 2E | 18 | 40 | 14B | 1E | 1C |
| Octal | 134 | 62 | 106 | 0 | 56 | 30 | 100 | 513 | 36 | 34 |
| Binary | 1011100 | 110010 | 1000110 | 0 | 101110 | 11000 | 1000000 | 101001011 | 11110 | 11100 |
Color Harmonies of #5C3246
Complementary color
Monochromatic Colors of #5C3246
Black with #5C3246
Text Example
Text Example
White with #5C3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3246; }
p { color: rgb(92,50,70); }
H1.HeaderClassName
{
color: #5C3246;
}
.AnyTagClassName
{
color: #5C3246;
}
</style>
background-color css
<style>
a { background-color: #5C3246; }
a { background-color: rgb(92,50,70); }
div.DivClassName
{
background-color: #5C3246;
}
.BgClassName
{
background-color: #5C3246;
}
</style>
border-color css
<style>
span { border-color: #5C3246; }
span { border-color: rgb(92,50,70); }
td.TdClassName
{
border-color: #5C3246;
}
.TagClassName
{
border-color: #5C3246;
}
</style>