Shades of Vin Rouge #98506C
Tints of Vin Rouge #98506C
RGB
CMYK
RGB Variations
Color information
#98506C (or 0x98506C) is known color: Vin Rouge. HEX triplet: 98, 50 and 6C. RGB value is (152,80,108). Sum of RGB (Red+Green+Blue) = 152+80+108=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #98506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98506C is #67AF93. Grayscale: #686868. Windows color (decimal): -6795156 or 7098520. OLE color: 7098520.
HSL color Cylindrical-coordinate representation of color #98506C: hue angle of 336.67º 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 #98506C is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 108 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.40 |
| HSL | 336.67º | 0.31% | 0.45% | - |
| HSV(B) | 336.67º | 0.47% | 0.6% | - |
| XYZ | 18.52 | 13.5 | 15.82 | - |
| YUV | 104.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 108 | 0 | 0.47 | 0.29 | 0.40 | 336.67 | 0.31 | 0.45 |
| Hex | 98 | 50 | 6C | 0 | 2F | 1D | 28 | 151 | 1F | 2D |
| Octal | 230 | 120 | 154 | 0 | 57 | 35 | 50 | 521 | 37 | 55 |
| Binary | 10011000 | 1010000 | 1101100 | 0 | 101111 | 11101 | 101000 | 101010001 | 11111 | 101101 |
Color Harmonies of #98506C
Complementary color
Monochromatic Colors of #98506C
Black with #98506C
Text Example
Text Example
White with #98506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98506C; }
p { color: rgb(152,80,108); }
H1.HeaderClassName
{
color: #98506C;
}
.AnyTagClassName
{
color: #98506C;
}
</style>
background-color css
<style>
a { background-color: #98506C; }
a { background-color: rgb(152,80,108); }
div.DivClassName
{
background-color: #98506C;
}
.BgClassName
{
background-color: #98506C;
}
</style>
border-color css
<style>
span { border-color: #98506C; }
span { border-color: rgb(152,80,108); }
td.TdClassName
{
border-color: #98506C;
}
.TagClassName
{
border-color: #98506C;
}
</style>