Shades of Tawny Port #5C3248
Tints of Tawny Port #5C3248
RGB
CMYK
RGB Variations
Color information
#5C3248 (or 0x5C3248) is known color: Tawny Port. HEX triplet: 5C, 32 and 48. RGB value is (92,50,72). Sum of RGB (Red+Green+Blue) = 92+50+72=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3248 is #A3CDB7. Grayscale: #414141. Windows color (decimal): -10735032 or 4731484. OLE color: 4731484.
HSL color Cylindrical-coordinate representation of color #5C3248: hue angle of 328.57º 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 #5C3248 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 72 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.64 |
| HSL | 328.57º | 0.3% | 0.28% | - |
| HSV(B) | 328.57º | 0.46% | 0.36% | - |
| XYZ | 6.72 | 5.02 | 6.75 | - |
| YUV | 65.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 72 | 0 | 0.46 | 0.22 | 0.64 | 328.57 | 0.3 | 0.28 |
| Hex | 5C | 32 | 48 | 0 | 2E | 16 | 40 | 149 | 1E | 1C |
| Octal | 134 | 62 | 110 | 0 | 56 | 26 | 100 | 511 | 36 | 34 |
| Binary | 1011100 | 110010 | 1001000 | 0 | 101110 | 10110 | 1000000 | 101001001 | 11110 | 11100 |
Color Harmonies of #5C3248
Complementary color
Monochromatic Colors of #5C3248
Black with #5C3248
Text Example
Text Example
White with #5C3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3248; }
p { color: rgb(92,50,72); }
H1.HeaderClassName
{
color: #5C3248;
}
.AnyTagClassName
{
color: #5C3248;
}
</style>
background-color css
<style>
a { background-color: #5C3248; }
a { background-color: rgb(92,50,72); }
div.DivClassName
{
background-color: #5C3248;
}
.BgClassName
{
background-color: #5C3248;
}
</style>
border-color css
<style>
span { border-color: #5C3248; }
span { border-color: rgb(92,50,72); }
td.TdClassName
{
border-color: #5C3248;
}
.TagClassName
{
border-color: #5C3248;
}
</style>