Shades of Vin Rouge #995F63
Tints of Vin Rouge #995F63
RGB
CMYK
RGB Variations
Color information
#995F63 (or 0x995F63) is known color: Vin Rouge. HEX triplet: 99, 5F and 63. RGB value is (153,95,99). Sum of RGB (Red+Green+Blue) = 153+95+99=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #995F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F63 is #66A09C. Grayscale: #707070. Windows color (decimal): -6725789 or 6512537. OLE color: 6512537.
HSL color Cylindrical-coordinate representation of color #995F63: hue angle of 355.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #995F63 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 99 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.4 |
| HSL | 355.86º | 0.23% | 0.49% | - |
| HSV(B) | 355.86º | 0.38% | 0.6% | - |
| XYZ | 19.48 | 15.86 | 13.84 | - |
| YUV | 112.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 99 | 0 | 0.38 | 0.35 | 0.4 | 355.86 | 0.23 | 0.49 |
| Hex | 99 | 5F | 63 | 0 | 26 | 23 | 28 | 164 | 17 | 31 |
| Octal | 231 | 137 | 143 | 0 | 46 | 43 | 50 | 544 | 27 | 61 |
| Binary | 10011001 | 1011111 | 1100011 | 0 | 100110 | 100011 | 101000 | 101100100 | 10111 | 110001 |
Color Harmonies of #995F63
Complementary color
Monochromatic Colors of #995F63
Black with #995F63
Text Example
Text Example
White with #995F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F63; }
p { color: rgb(153,95,99); }
H1.HeaderClassName
{
color: #995F63;
}
.AnyTagClassName
{
color: #995F63;
}
</style>
background-color css
<style>
a { background-color: #995F63; }
a { background-color: rgb(153,95,99); }
div.DivClassName
{
background-color: #995F63;
}
.BgClassName
{
background-color: #995F63;
}
</style>
border-color css
<style>
span { border-color: #995F63; }
span { border-color: rgb(153,95,99); }
td.TdClassName
{
border-color: #995F63;
}
.TagClassName
{
border-color: #995F63;
}
</style>