Shades of Vin Rouge #995363
Tints of Vin Rouge #995363
RGB
CMYK
RGB Variations
Color information
#995363 (or 0x995363) is known color: Vin Rouge. HEX triplet: 99, 53 and 63. RGB value is (153,83,99). Sum of RGB (Red+Green+Blue) = 153+83+99=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #995363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995363 is #66AC9C. Grayscale: #696969. Windows color (decimal): -6728861 or 6509465. OLE color: 6509465.
HSL color Cylindrical-coordinate representation of color #995363: hue angle of 346.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995363 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 99 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.4 |
| HSL | 346.29º | 0.3% | 0.46% | - |
| HSV(B) | 346.29º | 0.46% | 0.6% | - |
| XYZ | 18.48 | 13.86 | 13.51 | - |
| YUV | 105.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 99 | 0 | 0.46 | 0.35 | 0.4 | 346.29 | 0.3 | 0.46 |
| Hex | 99 | 53 | 63 | 0 | 2E | 23 | 28 | 15A | 1E | 2E |
| Octal | 231 | 123 | 143 | 0 | 56 | 43 | 50 | 532 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1100011 | 0 | 101110 | 100011 | 101000 | 101011010 | 11110 | 101110 |
Color Harmonies of #995363
Complementary color
Monochromatic Colors of #995363
Black with #995363
Text Example
Text Example
White with #995363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995363; }
p { color: rgb(153,83,99); }
H1.HeaderClassName
{
color: #995363;
}
.AnyTagClassName
{
color: #995363;
}
</style>
background-color css
<style>
a { background-color: #995363; }
a { background-color: rgb(153,83,99); }
div.DivClassName
{
background-color: #995363;
}
.BgClassName
{
background-color: #995363;
}
</style>
border-color css
<style>
span { border-color: #995363; }
span { border-color: rgb(153,83,99); }
td.TdClassName
{
border-color: #995363;
}
.TagClassName
{
border-color: #995363;
}
</style>