Shades of Vin Rouge #995658
Tints of Vin Rouge #995658
RGB
CMYK
RGB Variations
Color information
#995658 (or 0x995658) is known color: Vin Rouge. HEX triplet: 99, 56 and 58. RGB value is (153,86,88). Sum of RGB (Red+Green+Blue) = 153+86+88=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #995658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995658 is #66A9A7. Grayscale: #6A6A6A. Windows color (decimal): -6728104 or 5789337. OLE color: 5789337.
HSL color Cylindrical-coordinate representation of color #995658: hue angle of 358.21º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995658 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 88 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.4 |
| HSL | 358.21º | 0.28% | 0.47% | - |
| HSV(B) | 358.21º | 0.44% | 0.6% | - |
| XYZ | 18.23 | 14.13 | 11 | - |
| YUV | 106.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 88 | 0 | 0.44 | 0.42 | 0.4 | 358.21 | 0.28 | 0.47 |
| Hex | 99 | 56 | 58 | 0 | 2C | 2A | 28 | 166 | 1C | 2F |
| Octal | 231 | 126 | 130 | 0 | 54 | 52 | 50 | 546 | 34 | 57 |
| Binary | 10011001 | 1010110 | 1011000 | 0 | 101100 | 101010 | 101000 | 101100110 | 11100 | 101111 |
Color Harmonies of #995658
Complementary color
Monochromatic Colors of #995658
Black with #995658
Text Example
Text Example
White with #995658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995658; }
p { color: rgb(153,86,88); }
H1.HeaderClassName
{
color: #995658;
}
.AnyTagClassName
{
color: #995658;
}
</style>
background-color css
<style>
a { background-color: #995658; }
a { background-color: rgb(153,86,88); }
div.DivClassName
{
background-color: #995658;
}
.BgClassName
{
background-color: #995658;
}
</style>
border-color css
<style>
span { border-color: #995658; }
span { border-color: rgb(153,86,88); }
td.TdClassName
{
border-color: #995658;
}
.TagClassName
{
border-color: #995658;
}
</style>