Shades of Vin Rouge #995759
Tints of Vin Rouge #995759
RGB
CMYK
RGB Variations
Color information
#995759 (or 0x995759) is known color: Vin Rouge. HEX triplet: 99, 57 and 59. RGB value is (153,87,89). Sum of RGB (Red+Green+Blue) = 153+87+89=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #995759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995759 is #66A8A6. Grayscale: #6B6B6B. Windows color (decimal): -6727847 or 5855129. OLE color: 5855129.
HSL color Cylindrical-coordinate representation of color #995759: hue angle of 358.18º 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 #995759 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 89 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.4 |
| HSL | 358.18º | 0.28% | 0.47% | - |
| HSV(B) | 358.18º | 0.43% | 0.6% | - |
| XYZ | 18.35 | 14.31 | 11.25 | - |
| YUV | 106.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 89 | 0 | 0.43 | 0.42 | 0.4 | 358.18 | 0.28 | 0.47 |
| Hex | 99 | 57 | 59 | 0 | 2B | 2A | 28 | 166 | 1C | 2F |
| Octal | 231 | 127 | 131 | 0 | 53 | 52 | 50 | 546 | 34 | 57 |
| Binary | 10011001 | 1010111 | 1011001 | 0 | 101011 | 101010 | 101000 | 101100110 | 11100 | 101111 |
Color Harmonies of #995759
Complementary color
Monochromatic Colors of #995759
Black with #995759
Text Example
Text Example
White with #995759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995759; }
p { color: rgb(153,87,89); }
H1.HeaderClassName
{
color: #995759;
}
.AnyTagClassName
{
color: #995759;
}
</style>
background-color css
<style>
a { background-color: #995759; }
a { background-color: rgb(153,87,89); }
div.DivClassName
{
background-color: #995759;
}
.BgClassName
{
background-color: #995759;
}
</style>
border-color css
<style>
span { border-color: #995759; }
span { border-color: rgb(153,87,89); }
td.TdClassName
{
border-color: #995759;
}
.TagClassName
{
border-color: #995759;
}
</style>