Shades of Vin Rouge #98595D
Tints of Vin Rouge #98595D
RGB
CMYK
RGB Variations
Color information
#98595D (or 0x98595D) is known color: Vin Rouge. HEX triplet: 98, 59 and 5D. RGB value is (152,89,93). Sum of RGB (Red+Green+Blue) = 152+89+93=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #98595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98595D is #67A6A2. Grayscale: #6C6C6C. Windows color (decimal): -6792867 or 6117784. OLE color: 6117784.
HSL color Cylindrical-coordinate representation of color #98595D: hue angle of 356.19º 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 #98595D is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 93 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.40 |
| HSL | 356.19º | 0.26% | 0.47% | - |
| HSV(B) | 356.19º | 0.41% | 0.6% | - |
| XYZ | 18.5 | 14.61 | 12.2 | - |
| YUV | 108.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 93 | 0 | 0.41 | 0.39 | 0.40 | 356.19 | 0.26 | 0.47 |
| Hex | 98 | 59 | 5D | 0 | 29 | 27 | 28 | 164 | 1A | 2F |
| Octal | 230 | 131 | 135 | 0 | 51 | 47 | 50 | 544 | 32 | 57 |
| Binary | 10011000 | 1011001 | 1011101 | 0 | 101001 | 100111 | 101000 | 101100100 | 11010 | 101111 |
Color Harmonies of #98595D
Complementary color
Monochromatic Colors of #98595D
Black with #98595D
Text Example
Text Example
White with #98595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98595D; }
p { color: rgb(152,89,93); }
H1.HeaderClassName
{
color: #98595D;
}
.AnyTagClassName
{
color: #98595D;
}
</style>
background-color css
<style>
a { background-color: #98595D; }
a { background-color: rgb(152,89,93); }
div.DivClassName
{
background-color: #98595D;
}
.BgClassName
{
background-color: #98595D;
}
</style>
border-color css
<style>
span { border-color: #98595D; }
span { border-color: rgb(152,89,93); }
td.TdClassName
{
border-color: #98595D;
}
.TagClassName
{
border-color: #98595D;
}
</style>