Shades of Vin Rouge #985967
Tints of Vin Rouge #985967
RGB
CMYK
RGB Variations
Color information
#985967 (or 0x985967) is known color: Vin Rouge. HEX triplet: 98, 59 and 67. RGB value is (152,89,103). Sum of RGB (Red+Green+Blue) = 152+89+103=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #985967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985967 is #67A698. Grayscale: #6D6D6D. Windows color (decimal): -6792857 or 6773144. OLE color: 6773144.
HSL color Cylindrical-coordinate representation of color #985967: hue angle of 346.67º 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 #985967 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 103 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.40 |
| HSL | 346.67º | 0.26% | 0.47% | - |
| HSV(B) | 346.67º | 0.41% | 0.6% | - |
| XYZ | 18.97 | 14.8 | 14.69 | - |
| YUV | 109.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 103 | 0 | 0.41 | 0.32 | 0.40 | 346.67 | 0.26 | 0.47 |
| Hex | 98 | 59 | 67 | 0 | 29 | 20 | 28 | 15B | 1A | 2F |
| Octal | 230 | 131 | 147 | 0 | 51 | 40 | 50 | 533 | 32 | 57 |
| Binary | 10011000 | 1011001 | 1100111 | 0 | 101001 | 100000 | 101000 | 101011011 | 11010 | 101111 |
Color Harmonies of #985967
Complementary color
Monochromatic Colors of #985967
Black with #985967
Text Example
Text Example
White with #985967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985967; }
p { color: rgb(152,89,103); }
H1.HeaderClassName
{
color: #985967;
}
.AnyTagClassName
{
color: #985967;
}
</style>
background-color css
<style>
a { background-color: #985967; }
a { background-color: rgb(152,89,103); }
div.DivClassName
{
background-color: #985967;
}
.BgClassName
{
background-color: #985967;
}
</style>
border-color css
<style>
span { border-color: #985967; }
span { border-color: rgb(152,89,103); }
td.TdClassName
{
border-color: #985967;
}
.TagClassName
{
border-color: #985967;
}
</style>