Shades of Vin Rouge #985C5E
Tints of Vin Rouge #985C5E
RGB
CMYK
RGB Variations
Color information
#985C5E (or 0x985C5E) is known color: Vin Rouge. HEX triplet: 98, 5C and 5E. RGB value is (152,92,94). Sum of RGB (Red+Green+Blue) = 152+92+94=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #985C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C5E is #67A3A1. Grayscale: #6E6E6E. Windows color (decimal): -6792098 or 6184088. OLE color: 6184088.
HSL color Cylindrical-coordinate representation of color #985C5E: hue angle of 358º 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 #985C5E is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 94 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.40 |
| HSL | 358º | 0.25% | 0.48% | - |
| HSV(B) | 358º | 0.39% | 0.6% | - |
| XYZ | 18.8 | 15.14 | 12.52 | - |
| YUV | 110.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 94 | 0 | 0.39 | 0.38 | 0.40 | 358 | 0.25 | 0.48 |
| Hex | 98 | 5C | 5E | 0 | 27 | 26 | 28 | 166 | 19 | 30 |
| Octal | 230 | 134 | 136 | 0 | 47 | 46 | 50 | 546 | 31 | 60 |
| Binary | 10011000 | 1011100 | 1011110 | 0 | 100111 | 100110 | 101000 | 101100110 | 11001 | 110000 |
Color Harmonies of #985C5E
Complementary color
Monochromatic Colors of #985C5E
Black with #985C5E
Text Example
Text Example
White with #985C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C5E; }
p { color: rgb(152,92,94); }
H1.HeaderClassName
{
color: #985C5E;
}
.AnyTagClassName
{
color: #985C5E;
}
</style>
background-color css
<style>
a { background-color: #985C5E; }
a { background-color: rgb(152,92,94); }
div.DivClassName
{
background-color: #985C5E;
}
.BgClassName
{
background-color: #985C5E;
}
</style>
border-color css
<style>
span { border-color: #985C5E; }
span { border-color: rgb(152,92,94); }
td.TdClassName
{
border-color: #985C5E;
}
.TagClassName
{
border-color: #985C5E;
}
</style>