Shades of Vin Rouge #985557
Tints of Vin Rouge #985557
RGB
CMYK
RGB Variations
Color information
#985557 (or 0x985557) is known color: Vin Rouge. HEX triplet: 98, 55 and 57. RGB value is (152,85,87). Sum of RGB (Red+Green+Blue) = 152+85+87=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #985557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985557 is #67AAA8. Grayscale: #696969. Windows color (decimal): -6793897 or 5723544. OLE color: 5723544.
HSL color Cylindrical-coordinate representation of color #985557: hue angle of 358.21º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985557 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 87 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.40 |
| HSL | 358.21º | 0.28% | 0.46% | - |
| HSV(B) | 358.21º | 0.44% | 0.6% | - |
| XYZ | 17.92 | 13.86 | 10.75 | - |
| YUV | 105.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 87 | 0 | 0.44 | 0.43 | 0.40 | 358.21 | 0.28 | 0.46 |
| Hex | 98 | 55 | 57 | 0 | 2C | 2B | 28 | 166 | 1C | 2E |
| Octal | 230 | 125 | 127 | 0 | 54 | 53 | 50 | 546 | 34 | 56 |
| Binary | 10011000 | 1010101 | 1010111 | 0 | 101100 | 101011 | 101000 | 101100110 | 11100 | 101110 |
Color Harmonies of #985557
Complementary color
Monochromatic Colors of #985557
Black with #985557
Text Example
Text Example
White with #985557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985557; }
p { color: rgb(152,85,87); }
H1.HeaderClassName
{
color: #985557;
}
.AnyTagClassName
{
color: #985557;
}
</style>
background-color css
<style>
a { background-color: #985557; }
a { background-color: rgb(152,85,87); }
div.DivClassName
{
background-color: #985557;
}
.BgClassName
{
background-color: #985557;
}
</style>
border-color css
<style>
span { border-color: #985557; }
span { border-color: rgb(152,85,87); }
td.TdClassName
{
border-color: #985557;
}
.TagClassName
{
border-color: #985557;
}
</style>