Shades of Vin Rouge #98595C
Tints of Vin Rouge #98595C
RGB
CMYK
RGB Variations
Color information
#98595C (or 0x98595C) is known color: Vin Rouge. HEX triplet: 98, 59 and 5C. RGB value is (152,89,92). Sum of RGB (Red+Green+Blue) = 152+89+92=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98595C is #67A6A3. Grayscale: #6C6C6C. Windows color (decimal): -6792868 or 6052248. OLE color: 6052248.
HSL color Cylindrical-coordinate representation of color #98595C: hue angle of 357.14º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98595C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 92 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.40 |
| HSL | 357.14º | 0.26% | 0.47% | - |
| HSV(B) | 357.14º | 0.41% | 0.6% | - |
| XYZ | 18.45 | 14.59 | 11.97 | - |
| YUV | 108.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 92 | 0 | 0.41 | 0.39 | 0.40 | 357.14 | 0.26 | 0.47 |
| Hex | 98 | 59 | 5C | 0 | 29 | 27 | 28 | 165 | 1A | 2F |
| Octal | 230 | 131 | 134 | 0 | 51 | 47 | 50 | 545 | 32 | 57 |
| Binary | 10011000 | 1011001 | 1011100 | 0 | 101001 | 100111 | 101000 | 101100101 | 11010 | 101111 |
Color Harmonies of #98595C
Complementary color
Monochromatic Colors of #98595C
Black with #98595C
Text Example
Text Example
White with #98595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98595C; }
p { color: rgb(152,89,92); }
H1.HeaderClassName
{
color: #98595C;
}
.AnyTagClassName
{
color: #98595C;
}
</style>
background-color css
<style>
a { background-color: #98595C; }
a { background-color: rgb(152,89,92); }
div.DivClassName
{
background-color: #98595C;
}
.BgClassName
{
background-color: #98595C;
}
</style>
border-color css
<style>
span { border-color: #98595C; }
span { border-color: rgb(152,89,92); }
td.TdClassName
{
border-color: #98595C;
}
.TagClassName
{
border-color: #98595C;
}
</style>