Shades of Vin Rouge #985C5D
Tints of Vin Rouge #985C5D
RGB
CMYK
RGB Variations
Color information
#985C5D (or 0x985C5D) is known color: Vin Rouge. HEX triplet: 98, 5C and 5D. RGB value is (152,92,93). Sum of RGB (Red+Green+Blue) = 152+92+93=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #985C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C5D is #67A3A2. Grayscale: #6E6E6E. Windows color (decimal): -6792099 or 6118552. OLE color: 6118552.
HSL color Cylindrical-coordinate representation of color #985C5D: hue angle of 359º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C5D is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 93 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.40 |
| HSL | 359º | 0.25% | 0.48% | - |
| HSV(B) | 359º | 0.39% | 0.6% | - |
| XYZ | 18.75 | 15.12 | 12.29 | - |
| YUV | 110.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 93 | 0 | 0.39 | 0.39 | 0.40 | 359 | 0.25 | 0.48 |
| Hex | 98 | 5C | 5D | 0 | 27 | 27 | 28 | 167 | 19 | 30 |
| Octal | 230 | 134 | 135 | 0 | 47 | 47 | 50 | 547 | 31 | 60 |
| Binary | 10011000 | 1011100 | 1011101 | 0 | 100111 | 100111 | 101000 | 101100111 | 11001 | 110000 |
Color Harmonies of #985C5D
Complementary color
Monochromatic Colors of #985C5D
Black with #985C5D
Text Example
Text Example
White with #985C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C5D; }
p { color: rgb(152,92,93); }
H1.HeaderClassName
{
color: #985C5D;
}
.AnyTagClassName
{
color: #985C5D;
}
</style>
background-color css
<style>
a { background-color: #985C5D; }
a { background-color: rgb(152,92,93); }
div.DivClassName
{
background-color: #985C5D;
}
.BgClassName
{
background-color: #985C5D;
}
</style>
border-color css
<style>
span { border-color: #985C5D; }
span { border-color: rgb(152,92,93); }
td.TdClassName
{
border-color: #985C5D;
}
.TagClassName
{
border-color: #985C5D;
}
</style>