Shades of Vin Rouge #98565C
Tints of Vin Rouge #98565C
RGB
CMYK
RGB Variations
Color information
#98565C (or 0x98565C) is known color: Vin Rouge. HEX triplet: 98, 56 and 5C. RGB value is (152,86,92). Sum of RGB (Red+Green+Blue) = 152+86+92=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98565C is #67A9A3. Grayscale: #6A6A6A. Windows color (decimal): -6793636 or 6051480. OLE color: 6051480.
HSL color Cylindrical-coordinate representation of color #98565C: hue angle of 354.55º degrees, saturation: 0.28, 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 #98565C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 92 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.40 |
| HSL | 354.55º | 0.28% | 0.47% | - |
| HSV(B) | 354.55º | 0.43% | 0.6% | - |
| XYZ | 18.21 | 14.1 | 11.89 | - |
| YUV | 106.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 92 | 0 | 0.43 | 0.39 | 0.40 | 354.55 | 0.28 | 0.47 |
| Hex | 98 | 56 | 5C | 0 | 2B | 27 | 28 | 163 | 1C | 2F |
| Octal | 230 | 126 | 134 | 0 | 53 | 47 | 50 | 543 | 34 | 57 |
| Binary | 10011000 | 1010110 | 1011100 | 0 | 101011 | 100111 | 101000 | 101100011 | 11100 | 101111 |
Color Harmonies of #98565C
Complementary color
Monochromatic Colors of #98565C
Black with #98565C
Text Example
Text Example
White with #98565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98565C; }
p { color: rgb(152,86,92); }
H1.HeaderClassName
{
color: #98565C;
}
.AnyTagClassName
{
color: #98565C;
}
</style>
background-color css
<style>
a { background-color: #98565C; }
a { background-color: rgb(152,86,92); }
div.DivClassName
{
background-color: #98565C;
}
.BgClassName
{
background-color: #98565C;
}
</style>
border-color css
<style>
span { border-color: #98565C; }
span { border-color: rgb(152,86,92); }
td.TdClassName
{
border-color: #98565C;
}
.TagClassName
{
border-color: #98565C;
}
</style>