Shades of Tawny Port #58434A
Tints of Tawny Port #58434A
RGB
CMYK
RGB Variations
Color information
#58434A (or 0x58434A) is known color: Tawny Port. HEX triplet: 58, 43 and 4A. RGB value is (88,67,74). Sum of RGB (Red+Green+Blue) = 88+67+74=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #58434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58434A is #A7BCB5. Grayscale: #4A4A4A. Windows color (decimal): -10992822 or 4866904. OLE color: 4866904.
HSL color Cylindrical-coordinate representation of color #58434A: hue angle of 340º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58434A is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 67 | 74 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.65 |
| HSL | 340º | 0.14% | 0.3% | - |
| HSV(B) | 340º | 0.24% | 0.35% | - |
| XYZ | 7.27 | 6.58 | 7.37 | - |
| YUV | 74.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 74 | 0 | 0.24 | 0.16 | 0.65 | 340 | 0.14 | 0.3 |
| Hex | 58 | 43 | 4A | 0 | 18 | 10 | 41 | 154 | E | 1E |
| Octal | 130 | 103 | 112 | 0 | 30 | 20 | 101 | 524 | 16 | 36 |
| Binary | 1011000 | 1000011 | 1001010 | 0 | 11000 | 10000 | 1000001 | 101010100 | 1110 | 11110 |
Color Harmonies of #58434A
Complementary color
Monochromatic Colors of #58434A
Black with #58434A
Text Example
Text Example
White with #58434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58434A; }
p { color: rgb(88,67,74); }
H1.HeaderClassName
{
color: #58434A;
}
.AnyTagClassName
{
color: #58434A;
}
</style>
background-color css
<style>
a { background-color: #58434A; }
a { background-color: rgb(88,67,74); }
div.DivClassName
{
background-color: #58434A;
}
.BgClassName
{
background-color: #58434A;
}
</style>
border-color css
<style>
span { border-color: #58434A; }
span { border-color: rgb(88,67,74); }
td.TdClassName
{
border-color: #58434A;
}
.TagClassName
{
border-color: #58434A;
}
</style>