Shades of Tawny Port #5C374B
Tints of Tawny Port #5C374B
RGB
CMYK
RGB Variations
Color information
#5C374B (or 0x5C374B) is known color: Tawny Port. HEX triplet: 5C, 37 and 4B. RGB value is (92,55,75). Sum of RGB (Red+Green+Blue) = 92+55+75=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 92 - color contains mainly: red. Hex color #5C374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C374B is #A3C8B4. Grayscale: #444444. Windows color (decimal): -10733749 or 4929372. OLE color: 4929372.
HSL color Cylindrical-coordinate representation of color #5C374B: hue angle of 327.57º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C374B is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 55 | 75 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.64 |
| HSL | 327.57º | 0.25% | 0.29% | - |
| HSV(B) | 327.57º | 0.4% | 0.36% | - |
| XYZ | 7.05 | 5.52 | 7.35 | - |
| YUV | 68.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 75 | 0 | 0.40 | 0.18 | 0.64 | 327.57 | 0.25 | 0.29 |
| Hex | 5C | 37 | 4B | 0 | 28 | 12 | 40 | 148 | 19 | 1D |
| Octal | 134 | 67 | 113 | 0 | 50 | 22 | 100 | 510 | 31 | 35 |
| Binary | 1011100 | 110111 | 1001011 | 0 | 101000 | 10010 | 1000000 | 101001000 | 11001 | 11101 |
Color Harmonies of #5C374B
Complementary color
Monochromatic Colors of #5C374B
Black with #5C374B
Text Example
Text Example
White with #5C374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C374B; }
p { color: rgb(92,55,75); }
H1.HeaderClassName
{
color: #5C374B;
}
.AnyTagClassName
{
color: #5C374B;
}
</style>
background-color css
<style>
a { background-color: #5C374B; }
a { background-color: rgb(92,55,75); }
div.DivClassName
{
background-color: #5C374B;
}
.BgClassName
{
background-color: #5C374B;
}
</style>
border-color css
<style>
span { border-color: #5C374B; }
span { border-color: rgb(92,55,75); }
td.TdClassName
{
border-color: #5C374B;
}
.TagClassName
{
border-color: #5C374B;
}
</style>