Shades of Tawny Port #5C3342
Tints of Tawny Port #5C3342
RGB
CMYK
RGB Variations
Color information
#5C3342 (or 0x5C3342) is known color: Tawny Port. HEX triplet: 5C, 33 and 42. RGB value is (92,51,66). Sum of RGB (Red+Green+Blue) = 92+51+66=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3342 is #A3CCBD. Grayscale: #404040. Windows color (decimal): -10734782 or 4338524. OLE color: 4338524.
HSL color Cylindrical-coordinate representation of color #5C3342: hue angle of 338.05º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C3342 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 51 | 66 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.64 |
| HSL | 338.05º | 0.29% | 0.28% | - |
| HSV(B) | 338.05º | 0.45% | 0.36% | - |
| XYZ | 6.58 | 5.04 | 5.78 | - |
| YUV | 64.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 66 | 0 | 0.45 | 0.28 | 0.64 | 338.05 | 0.29 | 0.28 |
| Hex | 5C | 33 | 42 | 0 | 2D | 1C | 40 | 152 | 1D | 1C |
| Octal | 134 | 63 | 102 | 0 | 55 | 34 | 100 | 522 | 35 | 34 |
| Binary | 1011100 | 110011 | 1000010 | 0 | 101101 | 11100 | 1000000 | 101010010 | 11101 | 11100 |
Color Harmonies of #5C3342
Complementary color
Monochromatic Colors of #5C3342
Black with #5C3342
Text Example
Text Example
White with #5C3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3342; }
p { color: rgb(92,51,66); }
H1.HeaderClassName
{
color: #5C3342;
}
.AnyTagClassName
{
color: #5C3342;
}
</style>
background-color css
<style>
a { background-color: #5C3342; }
a { background-color: rgb(92,51,66); }
div.DivClassName
{
background-color: #5C3342;
}
.BgClassName
{
background-color: #5C3342;
}
</style>
border-color css
<style>
span { border-color: #5C3342; }
span { border-color: rgb(92,51,66); }
td.TdClassName
{
border-color: #5C3342;
}
.TagClassName
{
border-color: #5C3342;
}
</style>