Shades of Vin Rouge #985B5C
Tints of Vin Rouge #985B5C
RGB
CMYK
RGB Variations
Color information
#985B5C (or 0x985B5C) is known color: Vin Rouge. HEX triplet: 98, 5B and 5C. RGB value is (152,91,92). Sum of RGB (Red+Green+Blue) = 152+91+92=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B5C is #67A4A3. Grayscale: #6D6D6D. Windows color (decimal): -6792356 or 6052760. OLE color: 6052760.
HSL color Cylindrical-coordinate representation of color #985B5C: hue angle of 359.02º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B5C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 92 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.40 |
| HSL | 359.02º | 0.25% | 0.48% | - |
| HSV(B) | 359.02º | 0.4% | 0.6% | - |
| XYZ | 18.62 | 14.93 | 12.03 | - |
| YUV | 109.35 | 118.21 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 92 | 0 | 0.40 | 0.39 | 0.40 | 359.02 | 0.25 | 0.48 |
| Hex | 98 | 5B | 5C | 0 | 28 | 27 | 28 | 167 | 19 | 30 |
| Octal | 230 | 133 | 134 | 0 | 50 | 47 | 50 | 547 | 31 | 60 |
| Binary | 10011000 | 1011011 | 1011100 | 0 | 101000 | 100111 | 101000 | 101100111 | 11001 | 110000 |
Color Harmonies of #985B5C
Complementary color
Monochromatic Colors of #985B5C
Black with #985B5C
Text Example
Text Example
White with #985B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B5C; }
p { color: rgb(152,91,92); }
H1.HeaderClassName
{
color: #985B5C;
}
.AnyTagClassName
{
color: #985B5C;
}
</style>
background-color css
<style>
a { background-color: #985B5C; }
a { background-color: rgb(152,91,92); }
div.DivClassName
{
background-color: #985B5C;
}
.BgClassName
{
background-color: #985B5C;
}
</style>
border-color css
<style>
span { border-color: #985B5C; }
span { border-color: rgb(152,91,92); }
td.TdClassName
{
border-color: #985B5C;
}
.TagClassName
{
border-color: #985B5C;
}
</style>