Shades of Vin Rouge #98565D
Tints of Vin Rouge #98565D
RGB
CMYK
RGB Variations
Color information
#98565D (or 0x98565D) is known color: Vin Rouge. HEX triplet: 98, 56 and 5D. RGB value is (152,86,93). Sum of RGB (Red+Green+Blue) = 152+86+93=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98565D is #67A9A2. Grayscale: #6A6A6A. Windows color (decimal): -6793635 or 6117016. OLE color: 6117016.
HSL color Cylindrical-coordinate representation of color #98565D: hue angle of 353.64º 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 #98565D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 93 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.40 |
| HSL | 353.64º | 0.28% | 0.47% | - |
| HSV(B) | 353.64º | 0.43% | 0.6% | - |
| XYZ | 18.25 | 14.12 | 12.12 | - |
| YUV | 106.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 93 | 0 | 0.43 | 0.39 | 0.40 | 353.64 | 0.28 | 0.47 |
| Hex | 98 | 56 | 5D | 0 | 2B | 27 | 28 | 162 | 1C | 2F |
| Octal | 230 | 126 | 135 | 0 | 53 | 47 | 50 | 542 | 34 | 57 |
| Binary | 10011000 | 1010110 | 1011101 | 0 | 101011 | 100111 | 101000 | 101100010 | 11100 | 101111 |
Color Harmonies of #98565D
Complementary color
Monochromatic Colors of #98565D
Black with #98565D
Text Example
Text Example
White with #98565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98565D; }
p { color: rgb(152,86,93); }
H1.HeaderClassName
{
color: #98565D;
}
.AnyTagClassName
{
color: #98565D;
}
</style>
background-color css
<style>
a { background-color: #98565D; }
a { background-color: rgb(152,86,93); }
div.DivClassName
{
background-color: #98565D;
}
.BgClassName
{
background-color: #98565D;
}
</style>
border-color css
<style>
span { border-color: #98565D; }
span { border-color: rgb(152,86,93); }
td.TdClassName
{
border-color: #98565D;
}
.TagClassName
{
border-color: #98565D;
}
</style>