Shades of Vin Rouge #985363
Tints of Vin Rouge #985363
RGB
CMYK
RGB Variations
Color information
#985363 (or 0x985363) is known color: Vin Rouge. HEX triplet: 98, 53 and 63. RGB value is (152,83,99). Sum of RGB (Red+Green+Blue) = 152+83+99=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #985363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985363 is #67AC9C. Grayscale: #696969. Windows color (decimal): -6794397 or 6509464. OLE color: 6509464.
HSL color Cylindrical-coordinate representation of color #985363: hue angle of 346.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985363 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 99 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.40 |
| HSL | 346.09º | 0.29% | 0.46% | - |
| HSV(B) | 346.09º | 0.45% | 0.6% | - |
| XYZ | 18.29 | 13.76 | 13.5 | - |
| YUV | 105.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 99 | 0 | 0.45 | 0.35 | 0.40 | 346.09 | 0.29 | 0.46 |
| Hex | 98 | 53 | 63 | 0 | 2D | 23 | 28 | 15A | 1D | 2E |
| Octal | 230 | 123 | 143 | 0 | 55 | 43 | 50 | 532 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1100011 | 0 | 101101 | 100011 | 101000 | 101011010 | 11101 | 101110 |
Color Harmonies of #985363
Complementary color
Monochromatic Colors of #985363
Black with #985363
Text Example
Text Example
White with #985363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985363; }
p { color: rgb(152,83,99); }
H1.HeaderClassName
{
color: #985363;
}
.AnyTagClassName
{
color: #985363;
}
</style>
background-color css
<style>
a { background-color: #985363; }
a { background-color: rgb(152,83,99); }
div.DivClassName
{
background-color: #985363;
}
.BgClassName
{
background-color: #985363;
}
</style>
border-color css
<style>
span { border-color: #985363; }
span { border-color: rgb(152,83,99); }
td.TdClassName
{
border-color: #985363;
}
.TagClassName
{
border-color: #985363;
}
</style>