Shades of Vin Rouge #995365
Tints of Vin Rouge #995365
RGB
CMYK
RGB Variations
Color information
#995365 (or 0x995365) is known color: Vin Rouge. HEX triplet: 99, 53 and 65. RGB value is (153,83,101). Sum of RGB (Red+Green+Blue) = 153+83+101=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #995365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995365 is #66AC9A. Grayscale: #696969. Windows color (decimal): -6728859 or 6640537. OLE color: 6640537.
HSL color Cylindrical-coordinate representation of color #995365: hue angle of 344.57º 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 #995365 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 101 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.4 |
| HSL | 344.57º | 0.3% | 0.46% | - |
| HSV(B) | 344.57º | 0.46% | 0.6% | - |
| XYZ | 18.58 | 13.9 | 14.02 | - |
| YUV | 105.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 101 | 0 | 0.46 | 0.34 | 0.4 | 344.57 | 0.3 | 0.46 |
| Hex | 99 | 53 | 65 | 0 | 2E | 22 | 28 | 159 | 1E | 2E |
| Octal | 231 | 123 | 145 | 0 | 56 | 42 | 50 | 531 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1100101 | 0 | 101110 | 100010 | 101000 | 101011001 | 11110 | 101110 |
Color Harmonies of #995365
Complementary color
Monochromatic Colors of #995365
Black with #995365
Text Example
Text Example
White with #995365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995365; }
p { color: rgb(153,83,101); }
H1.HeaderClassName
{
color: #995365;
}
.AnyTagClassName
{
color: #995365;
}
</style>
background-color css
<style>
a { background-color: #995365; }
a { background-color: rgb(153,83,101); }
div.DivClassName
{
background-color: #995365;
}
.BgClassName
{
background-color: #995365;
}
</style>
border-color css
<style>
span { border-color: #995365; }
span { border-color: rgb(153,83,101); }
td.TdClassName
{
border-color: #995365;
}
.TagClassName
{
border-color: #995365;
}
</style>