Shades of Vin Rouge #98506D
Tints of Vin Rouge #98506D
RGB
CMYK
RGB Variations
Color information
#98506D (or 0x98506D) is known color: Vin Rouge. HEX triplet: 98, 50 and 6D. RGB value is (152,80,109). Sum of RGB (Red+Green+Blue) = 152+80+109=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98506D is #67AF92. Grayscale: #686868. Windows color (decimal): -6795155 or 7164056. OLE color: 7164056.
HSL color Cylindrical-coordinate representation of color #98506D: hue angle of 335.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98506D is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 109 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.40 |
| HSL | 335.83º | 0.31% | 0.45% | - |
| HSV(B) | 335.83º | 0.47% | 0.6% | - |
| XYZ | 18.58 | 13.52 | 16.1 | - |
| YUV | 104.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 109 | 0 | 0.47 | 0.28 | 0.40 | 335.83 | 0.31 | 0.45 |
| Hex | 98 | 50 | 6D | 0 | 2F | 1C | 28 | 150 | 1F | 2D |
| Octal | 230 | 120 | 155 | 0 | 57 | 34 | 50 | 520 | 37 | 55 |
| Binary | 10011000 | 1010000 | 1101101 | 0 | 101111 | 11100 | 101000 | 101010000 | 11111 | 101101 |
Color Harmonies of #98506D
Complementary color
Monochromatic Colors of #98506D
Black with #98506D
Text Example
Text Example
White with #98506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98506D; }
p { color: rgb(152,80,109); }
H1.HeaderClassName
{
color: #98506D;
}
.AnyTagClassName
{
color: #98506D;
}
</style>
background-color css
<style>
a { background-color: #98506D; }
a { background-color: rgb(152,80,109); }
div.DivClassName
{
background-color: #98506D;
}
.BgClassName
{
background-color: #98506D;
}
</style>
border-color css
<style>
span { border-color: #98506D; }
span { border-color: rgb(152,80,109); }
td.TdClassName
{
border-color: #98506D;
}
.TagClassName
{
border-color: #98506D;
}
</style>