Shades of Tawny Port #5C384C
Tints of Tawny Port #5C384C
RGB
CMYK
RGB Variations
Color information
#5C384C (or 0x5C384C) is known color: Tawny Port. HEX triplet: 5C, 38 and 4C. RGB value is (92,56,76). Sum of RGB (Red+Green+Blue) = 92+56+76=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 92 - color contains mainly: red. Hex color #5C384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C384C is #A3C7B3. Grayscale: #454545. Windows color (decimal): -10733492 or 4995164. OLE color: 4995164.
HSL color Cylindrical-coordinate representation of color #5C384C: hue angle of 326.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C384C is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 56 | 76 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.64 |
| HSL | 326.67º | 0.24% | 0.29% | - |
| HSV(B) | 326.67º | 0.39% | 0.36% | - |
| XYZ | 7.13 | 5.63 | 7.55 | - |
| YUV | 69.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 56 | 76 | 0 | 0.39 | 0.17 | 0.64 | 326.67 | 0.24 | 0.29 |
| Hex | 5C | 38 | 4C | 0 | 27 | 11 | 40 | 147 | 18 | 1D |
| Octal | 134 | 70 | 114 | 0 | 47 | 21 | 100 | 507 | 30 | 35 |
| Binary | 1011100 | 111000 | 1001100 | 0 | 100111 | 10001 | 1000000 | 101000111 | 11000 | 11101 |
Color Harmonies of #5C384C
Complementary color
Monochromatic Colors of #5C384C
Black with #5C384C
Text Example
Text Example
White with #5C384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C384C; }
p { color: rgb(92,56,76); }
H1.HeaderClassName
{
color: #5C384C;
}
.AnyTagClassName
{
color: #5C384C;
}
</style>
background-color css
<style>
a { background-color: #5C384C; }
a { background-color: rgb(92,56,76); }
div.DivClassName
{
background-color: #5C384C;
}
.BgClassName
{
background-color: #5C384C;
}
</style>
border-color css
<style>
span { border-color: #5C384C; }
span { border-color: rgb(92,56,76); }
td.TdClassName
{
border-color: #5C384C;
}
.TagClassName
{
border-color: #5C384C;
}
</style>