Shades of Tawny Port #5C384B
Tints of Tawny Port #5C384B
RGB
CMYK
RGB Variations
Color information
#5C384B (or 0x5C384B) is known color: Tawny Port. HEX triplet: 5C, 38 and 4B. RGB value is (92,56,75). Sum of RGB (Red+Green+Blue) = 92+56+75=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 92 - color contains mainly: red. Hex color #5C384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C384B is #A3C7B4. Grayscale: #444444. Windows color (decimal): -10733493 or 4929628. OLE color: 4929628.
HSL color Cylindrical-coordinate representation of color #5C384B: hue angle of 328.33º 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 #5C384B is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 56 | 75 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.64 |
| HSL | 328.33º | 0.24% | 0.29% | - |
| HSV(B) | 328.33º | 0.39% | 0.36% | - |
| XYZ | 7.1 | 5.61 | 7.37 | - |
| YUV | 68.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 56 | 75 | 0 | 0.39 | 0.18 | 0.64 | 328.33 | 0.24 | 0.29 |
| Hex | 5C | 38 | 4B | 0 | 27 | 12 | 40 | 148 | 18 | 1D |
| Octal | 134 | 70 | 113 | 0 | 47 | 22 | 100 | 510 | 30 | 35 |
| Binary | 1011100 | 111000 | 1001011 | 0 | 100111 | 10010 | 1000000 | 101001000 | 11000 | 11101 |
Color Harmonies of #5C384B
Complementary color
Monochromatic Colors of #5C384B
Black with #5C384B
Text Example
Text Example
White with #5C384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C384B; }
p { color: rgb(92,56,75); }
H1.HeaderClassName
{
color: #5C384B;
}
.AnyTagClassName
{
color: #5C384B;
}
</style>
background-color css
<style>
a { background-color: #5C384B; }
a { background-color: rgb(92,56,75); }
div.DivClassName
{
background-color: #5C384B;
}
.BgClassName
{
background-color: #5C384B;
}
</style>
border-color css
<style>
span { border-color: #5C384B; }
span { border-color: rgb(92,56,75); }
td.TdClassName
{
border-color: #5C384B;
}
.TagClassName
{
border-color: #5C384B;
}
</style>