Shades of Tawny Port #58414A
Tints of Tawny Port #58414A
RGB
CMYK
RGB Variations
Color information
#58414A (or 0x58414A) is known color: Tawny Port. HEX triplet: 58, 41 and 4A. RGB value is (88,65,74). Sum of RGB (Red+Green+Blue) = 88+65+74=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 88 - color contains mainly: red. Hex color #58414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58414A is #A7BEB5. Grayscale: #484848. Windows color (decimal): -10993334 or 4866392. OLE color: 4866392.
HSL color Cylindrical-coordinate representation of color #58414A: hue angle of 336.52º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58414A is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 74 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.65 |
| HSL | 336.52º | 0.15% | 0.3% | - |
| HSV(B) | 336.52º | 0.26% | 0.35% | - |
| XYZ | 7.15 | 6.35 | 7.33 | - |
| YUV | 72.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 74 | 0 | 0.26 | 0.16 | 0.65 | 336.52 | 0.15 | 0.3 |
| Hex | 58 | 41 | 4A | 0 | 1A | 10 | 41 | 151 | F | 1E |
| Octal | 130 | 101 | 112 | 0 | 32 | 20 | 101 | 521 | 17 | 36 |
| Binary | 1011000 | 1000001 | 1001010 | 0 | 11010 | 10000 | 1000001 | 101010001 | 1111 | 11110 |
Color Harmonies of #58414A
Complementary color
Monochromatic Colors of #58414A
Black with #58414A
Text Example
Text Example
White with #58414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58414A; }
p { color: rgb(88,65,74); }
H1.HeaderClassName
{
color: #58414A;
}
.AnyTagClassName
{
color: #58414A;
}
</style>
background-color css
<style>
a { background-color: #58414A; }
a { background-color: rgb(88,65,74); }
div.DivClassName
{
background-color: #58414A;
}
.BgClassName
{
background-color: #58414A;
}
</style>
border-color css
<style>
span { border-color: #58414A; }
span { border-color: rgb(88,65,74); }
td.TdClassName
{
border-color: #58414A;
}
.TagClassName
{
border-color: #58414A;
}
</style>