Shades of Vin Rouge #9A5D64
Tints of Vin Rouge #9A5D64
RGB
CMYK
RGB Variations
Color information
#9A5D64 (or 0x9A5D64) is known color: Vin Rouge. HEX triplet: 9A, 5D and 64. RGB value is (154,93,100). Sum of RGB (Red+Green+Blue) = 154+93+100=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5D64 is #65A29B. Grayscale: #707070. Windows color (decimal): -6660764 or 6577562. OLE color: 6577562.
HSL color Cylindrical-coordinate representation of color #9A5D64: hue angle of 353.11º 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 #9A5D64 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 93 | 100 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.40 |
| HSL | 353.11º | 0.25% | 0.48% | - |
| HSV(B) | 353.11º | 0.4% | 0.6% | - |
| XYZ | 19.54 | 15.62 | 14.04 | - |
| YUV | 112.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 93 | 100 | 0 | 0.40 | 0.35 | 0.40 | 353.11 | 0.25 | 0.48 |
| Hex | 9A | 5D | 64 | 0 | 28 | 23 | 28 | 161 | 19 | 30 |
| Octal | 232 | 135 | 144 | 0 | 50 | 43 | 50 | 541 | 31 | 60 |
| Binary | 10011010 | 1011101 | 1100100 | 0 | 101000 | 100011 | 101000 | 101100001 | 11001 | 110000 |
Color Harmonies of #9A5D64
Complementary color
Monochromatic Colors of #9A5D64
Black with #9A5D64
Text Example
Text Example
White with #9A5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5D64; }
p { color: rgb(154,93,100); }
H1.HeaderClassName
{
color: #9A5D64;
}
.AnyTagClassName
{
color: #9A5D64;
}
</style>
background-color css
<style>
a { background-color: #9A5D64; }
a { background-color: rgb(154,93,100); }
div.DivClassName
{
background-color: #9A5D64;
}
.BgClassName
{
background-color: #9A5D64;
}
</style>
border-color css
<style>
span { border-color: #9A5D64; }
span { border-color: rgb(154,93,100); }
td.TdClassName
{
border-color: #9A5D64;
}
.TagClassName
{
border-color: #9A5D64;
}
</style>