Shades of Vin Rouge #985A5C
Tints of Vin Rouge #985A5C
RGB
CMYK
RGB Variations
Color information
#985A5C (or 0x985A5C) is known color: Vin Rouge. HEX triplet: 98, 5A and 5C. RGB value is (152,90,92). Sum of RGB (Red+Green+Blue) = 152+90+92=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #985A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A5C is #67A5A3. Grayscale: #6C6C6C. Windows color (decimal): -6792612 or 6052504. OLE color: 6052504.
HSL color Cylindrical-coordinate representation of color #985A5C: hue angle of 358.06º 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 #985A5C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 92 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.40 |
| HSL | 358.06º | 0.26% | 0.47% | - |
| HSV(B) | 358.06º | 0.41% | 0.6% | - |
| XYZ | 18.54 | 14.76 | 12 | - |
| YUV | 108.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 92 | 0 | 0.41 | 0.39 | 0.40 | 358.06 | 0.26 | 0.47 |
| Hex | 98 | 5A | 5C | 0 | 29 | 27 | 28 | 166 | 1A | 2F |
| Octal | 230 | 132 | 134 | 0 | 51 | 47 | 50 | 546 | 32 | 57 |
| Binary | 10011000 | 1011010 | 1011100 | 0 | 101001 | 100111 | 101000 | 101100110 | 11010 | 101111 |
Color Harmonies of #985A5C
Complementary color
Monochromatic Colors of #985A5C
Black with #985A5C
Text Example
Text Example
White with #985A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A5C; }
p { color: rgb(152,90,92); }
H1.HeaderClassName
{
color: #985A5C;
}
.AnyTagClassName
{
color: #985A5C;
}
</style>
background-color css
<style>
a { background-color: #985A5C; }
a { background-color: rgb(152,90,92); }
div.DivClassName
{
background-color: #985A5C;
}
.BgClassName
{
background-color: #985A5C;
}
</style>
border-color css
<style>
span { border-color: #985A5C; }
span { border-color: rgb(152,90,92); }
td.TdClassName
{
border-color: #985A5C;
}
.TagClassName
{
border-color: #985A5C;
}
</style>