Shades of Vin Rouge #985869
Tints of Vin Rouge #985869
RGB
CMYK
RGB Variations
Color information
#985869 (or 0x985869) is known color: Vin Rouge. HEX triplet: 98, 58 and 69. RGB value is (152,88,105). Sum of RGB (Red+Green+Blue) = 152+88+105=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #985869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985869 is #67A796. Grayscale: #6D6D6D. Windows color (decimal): -6793111 or 6903960. OLE color: 6903960.
HSL color Cylindrical-coordinate representation of color #985869: hue angle of 344.06º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985869 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 105 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.40 |
| HSL | 344.06º | 0.27% | 0.47% | - |
| HSV(B) | 344.06º | 0.42% | 0.6% | - |
| XYZ | 18.99 | 14.67 | 15.2 | - |
| YUV | 109.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 105 | 0 | 0.42 | 0.31 | 0.40 | 344.06 | 0.27 | 0.47 |
| Hex | 98 | 58 | 69 | 0 | 2A | 1F | 28 | 158 | 1B | 2F |
| Octal | 230 | 130 | 151 | 0 | 52 | 37 | 50 | 530 | 33 | 57 |
| Binary | 10011000 | 1011000 | 1101001 | 0 | 101010 | 11111 | 101000 | 101011000 | 11011 | 101111 |
Color Harmonies of #985869
Complementary color
Monochromatic Colors of #985869
Black with #985869
Text Example
Text Example
White with #985869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985869; }
p { color: rgb(152,88,105); }
H1.HeaderClassName
{
color: #985869;
}
.AnyTagClassName
{
color: #985869;
}
</style>
background-color css
<style>
a { background-color: #985869; }
a { background-color: rgb(152,88,105); }
div.DivClassName
{
background-color: #985869;
}
.BgClassName
{
background-color: #985869;
}
</style>
border-color css
<style>
span { border-color: #985869; }
span { border-color: rgb(152,88,105); }
td.TdClassName
{
border-color: #985869;
}
.TagClassName
{
border-color: #985869;
}
</style>