Shades of Vin Rouge #98515D
Tints of Vin Rouge #98515D
RGB
CMYK
RGB Variations
Color information
#98515D (or 0x98515D) is known color: Vin Rouge. HEX triplet: 98, 51 and 5D. RGB value is (152,81,93). Sum of RGB (Red+Green+Blue) = 152+81+93=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98515D is #67AEA2. Grayscale: #676767. Windows color (decimal): -6794915 or 6115736. OLE color: 6115736.
HSL color Cylindrical-coordinate representation of color #98515D: hue angle of 349.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98515D is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 93 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.40 |
| HSL | 349.86º | 0.3% | 0.46% | - |
| HSV(B) | 349.86º | 0.47% | 0.6% | - |
| XYZ | 17.87 | 13.35 | 11.99 | - |
| YUV | 103.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 93 | 0 | 0.47 | 0.39 | 0.40 | 349.86 | 0.3 | 0.46 |
| Hex | 98 | 51 | 5D | 0 | 2F | 27 | 28 | 15E | 1E | 2E |
| Octal | 230 | 121 | 135 | 0 | 57 | 47 | 50 | 536 | 36 | 56 |
| Binary | 10011000 | 1010001 | 1011101 | 0 | 101111 | 100111 | 101000 | 101011110 | 11110 | 101110 |
Color Harmonies of #98515D
Complementary color
Monochromatic Colors of #98515D
Black with #98515D
Text Example
Text Example
White with #98515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98515D; }
p { color: rgb(152,81,93); }
H1.HeaderClassName
{
color: #98515D;
}
.AnyTagClassName
{
color: #98515D;
}
</style>
background-color css
<style>
a { background-color: #98515D; }
a { background-color: rgb(152,81,93); }
div.DivClassName
{
background-color: #98515D;
}
.BgClassName
{
background-color: #98515D;
}
</style>
border-color css
<style>
span { border-color: #98515D; }
span { border-color: rgb(152,81,93); }
td.TdClassName
{
border-color: #98515D;
}
.TagClassName
{
border-color: #98515D;
}
</style>