Shades of Vin Rouge #9A5C65
Tints of Vin Rouge #9A5C65
RGB
CMYK
RGB Variations
Color information
#9A5C65 (or 0x9A5C65) is known color: Vin Rouge. HEX triplet: 9A, 5C and 65. RGB value is (154,92,101). Sum of RGB (Red+Green+Blue) = 154+92+101=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C65 is #65A39A. Grayscale: #6F6F6F. Windows color (decimal): -6661019 or 6642842. OLE color: 6642842.
HSL color Cylindrical-coordinate representation of color #9A5C65: hue angle of 351.29º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A5C65 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 101 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.40 |
| HSL | 351.29º | 0.25% | 0.48% | - |
| HSV(B) | 351.29º | 0.4% | 0.6% | - |
| XYZ | 19.5 | 15.46 | 14.27 | - |
| YUV | 111.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 101 | 0 | 0.40 | 0.34 | 0.40 | 351.29 | 0.25 | 0.48 |
| Hex | 9A | 5C | 65 | 0 | 28 | 22 | 28 | 15F | 19 | 30 |
| Octal | 232 | 134 | 145 | 0 | 50 | 42 | 50 | 537 | 31 | 60 |
| Binary | 10011010 | 1011100 | 1100101 | 0 | 101000 | 100010 | 101000 | 101011111 | 11001 | 110000 |
Color Harmonies of #9A5C65
Complementary color
Monochromatic Colors of #9A5C65
Black with #9A5C65
Text Example
Text Example
White with #9A5C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C65; }
p { color: rgb(154,92,101); }
H1.HeaderClassName
{
color: #9A5C65;
}
.AnyTagClassName
{
color: #9A5C65;
}
</style>
background-color css
<style>
a { background-color: #9A5C65; }
a { background-color: rgb(154,92,101); }
div.DivClassName
{
background-color: #9A5C65;
}
.BgClassName
{
background-color: #9A5C65;
}
</style>
border-color css
<style>
span { border-color: #9A5C65; }
span { border-color: rgb(154,92,101); }
td.TdClassName
{
border-color: #9A5C65;
}
.TagClassName
{
border-color: #9A5C65;
}
</style>