Shades of Vin Rouge #985768
Tints of Vin Rouge #985768
RGB
CMYK
RGB Variations
Color information
#985768 (or 0x985768) is known color: Vin Rouge. HEX triplet: 98, 57 and 68. RGB value is (152,87,104). Sum of RGB (Red+Green+Blue) = 152+87+104=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #985768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985768 is #67A897. Grayscale: #6C6C6C. Windows color (decimal): -6793368 or 6838168. OLE color: 6838168.
HSL color Cylindrical-coordinate representation of color #985768: hue angle of 344.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985768 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 104 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.40 |
| HSL | 344.31º | 0.27% | 0.47% | - |
| HSV(B) | 344.31º | 0.43% | 0.6% | - |
| XYZ | 18.86 | 14.49 | 14.9 | - |
| YUV | 108.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 104 | 0 | 0.43 | 0.32 | 0.40 | 344.31 | 0.27 | 0.47 |
| Hex | 98 | 57 | 68 | 0 | 2B | 20 | 28 | 158 | 1B | 2F |
| Octal | 230 | 127 | 150 | 0 | 53 | 40 | 50 | 530 | 33 | 57 |
| Binary | 10011000 | 1010111 | 1101000 | 0 | 101011 | 100000 | 101000 | 101011000 | 11011 | 101111 |
Color Harmonies of #985768
Complementary color
Monochromatic Colors of #985768
Black with #985768
Text Example
Text Example
White with #985768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985768; }
p { color: rgb(152,87,104); }
H1.HeaderClassName
{
color: #985768;
}
.AnyTagClassName
{
color: #985768;
}
</style>
background-color css
<style>
a { background-color: #985768; }
a { background-color: rgb(152,87,104); }
div.DivClassName
{
background-color: #985768;
}
.BgClassName
{
background-color: #985768;
}
</style>
border-color css
<style>
span { border-color: #985768; }
span { border-color: rgb(152,87,104); }
td.TdClassName
{
border-color: #985768;
}
.TagClassName
{
border-color: #985768;
}
</style>