Shades of Vin Rouge #9A5C5E
Tints of Vin Rouge #9A5C5E
RGB
CMYK
RGB Variations
Color information
#9A5C5E (or 0x9A5C5E) is known color: Vin Rouge. HEX triplet: 9A, 5C and 5E. RGB value is (154,92,94). Sum of RGB (Red+Green+Blue) = 154+92+94=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C5E is #65A3A1. Grayscale: #6E6E6E. Windows color (decimal): -6661026 or 6184090. OLE color: 6184090.
HSL color Cylindrical-coordinate representation of color #9A5C5E: hue angle of 358.06º 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 #9A5C5E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 94 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.40 |
| HSL | 358.06º | 0.25% | 0.48% | - |
| HSV(B) | 358.06º | 0.4% | 0.6% | - |
| XYZ | 19.17 | 15.33 | 12.54 | - |
| YUV | 110.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 94 | 0 | 0.40 | 0.39 | 0.40 | 358.06 | 0.25 | 0.48 |
| Hex | 9A | 5C | 5E | 0 | 28 | 27 | 28 | 166 | 19 | 30 |
| Octal | 232 | 134 | 136 | 0 | 50 | 47 | 50 | 546 | 31 | 60 |
| Binary | 10011010 | 1011100 | 1011110 | 0 | 101000 | 100111 | 101000 | 101100110 | 11001 | 110000 |
Color Harmonies of #9A5C5E
Complementary color
Monochromatic Colors of #9A5C5E
Black with #9A5C5E
Text Example
Text Example
White with #9A5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C5E; }
p { color: rgb(154,92,94); }
H1.HeaderClassName
{
color: #9A5C5E;
}
.AnyTagClassName
{
color: #9A5C5E;
}
</style>
background-color css
<style>
a { background-color: #9A5C5E; }
a { background-color: rgb(154,92,94); }
div.DivClassName
{
background-color: #9A5C5E;
}
.BgClassName
{
background-color: #9A5C5E;
}
</style>
border-color css
<style>
span { border-color: #9A5C5E; }
span { border-color: rgb(154,92,94); }
td.TdClassName
{
border-color: #9A5C5E;
}
.TagClassName
{
border-color: #9A5C5E;
}
</style>