Shades of Vin Rouge #985567
Tints of Vin Rouge #985567
RGB
CMYK
RGB Variations
Color information
#985567 (or 0x985567) is known color: Vin Rouge. HEX triplet: 98, 55 and 67. RGB value is (152,85,103). Sum of RGB (Red+Green+Blue) = 152+85+103=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #985567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985567 is #67AA98. Grayscale: #6B6B6B. Windows color (decimal): -6793881 or 6772120. OLE color: 6772120.
HSL color Cylindrical-coordinate representation of color #985567: hue angle of 343.88º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985567 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 103 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.40 |
| HSL | 343.88º | 0.28% | 0.46% | - |
| HSV(B) | 343.88º | 0.44% | 0.6% | - |
| XYZ | 18.65 | 14.15 | 14.58 | - |
| YUV | 107.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 103 | 0 | 0.44 | 0.32 | 0.40 | 343.88 | 0.28 | 0.46 |
| Hex | 98 | 55 | 67 | 0 | 2C | 20 | 28 | 158 | 1C | 2E |
| Octal | 230 | 125 | 147 | 0 | 54 | 40 | 50 | 530 | 34 | 56 |
| Binary | 10011000 | 1010101 | 1100111 | 0 | 101100 | 100000 | 101000 | 101011000 | 11100 | 101110 |
Color Harmonies of #985567
Complementary color
Monochromatic Colors of #985567
Black with #985567
Text Example
Text Example
White with #985567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985567; }
p { color: rgb(152,85,103); }
H1.HeaderClassName
{
color: #985567;
}
.AnyTagClassName
{
color: #985567;
}
</style>
background-color css
<style>
a { background-color: #985567; }
a { background-color: rgb(152,85,103); }
div.DivClassName
{
background-color: #985567;
}
.BgClassName
{
background-color: #985567;
}
</style>
border-color css
<style>
span { border-color: #985567; }
span { border-color: rgb(152,85,103); }
td.TdClassName
{
border-color: #985567;
}
.TagClassName
{
border-color: #985567;
}
</style>