Shades of Tawny Port #58444A
Tints of Tawny Port #58444A
RGB
CMYK
RGB Variations
Color information
#58444A (or 0x58444A) is known color: Tawny Port. HEX triplet: 58, 44 and 4A. RGB value is (88,68,74). Sum of RGB (Red+Green+Blue) = 88+68+74=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #58444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58444A is #A7BBB5. Grayscale: #4A4A4A. Windows color (decimal): -10992566 or 4867160. OLE color: 4867160.
HSL color Cylindrical-coordinate representation of color #58444A: hue angle of 342º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58444A is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 68 | 74 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.65 |
| HSL | 342º | 0.13% | 0.31% | - |
| HSV(B) | 342º | 0.23% | 0.35% | - |
| XYZ | 7.33 | 6.7 | 7.39 | - |
| YUV | 74.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 74 | 0 | 0.23 | 0.16 | 0.65 | 342 | 0.13 | 0.31 |
| Hex | 58 | 44 | 4A | 0 | 17 | 10 | 41 | 156 | D | 1F |
| Octal | 130 | 104 | 112 | 0 | 27 | 20 | 101 | 526 | 15 | 37 |
| Binary | 1011000 | 1000100 | 1001010 | 0 | 10111 | 10000 | 1000001 | 101010110 | 1101 | 11111 |
Color Harmonies of #58444A
Complementary color
Monochromatic Colors of #58444A
Black with #58444A
Text Example
Text Example
White with #58444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58444A; }
p { color: rgb(88,68,74); }
H1.HeaderClassName
{
color: #58444A;
}
.AnyTagClassName
{
color: #58444A;
}
</style>
background-color css
<style>
a { background-color: #58444A; }
a { background-color: rgb(88,68,74); }
div.DivClassName
{
background-color: #58444A;
}
.BgClassName
{
background-color: #58444A;
}
</style>
border-color css
<style>
span { border-color: #58444A; }
span { border-color: rgb(88,68,74); }
td.TdClassName
{
border-color: #58444A;
}
.TagClassName
{
border-color: #58444A;
}
</style>