Shades of Vin Rouge #9A5073
Tints of Vin Rouge #9A5073
RGB
CMYK
RGB Variations
Color information
#9A5073 (or 0x9A5073) is known color: Vin Rouge. HEX triplet: 9A, 50 and 73. RGB value is (154,80,115). Sum of RGB (Red+Green+Blue) = 154+80+115=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5073 is #65AF8C. Grayscale: #6A6A6A. Windows color (decimal): -6664077 or 7557274. OLE color: 7557274.
HSL color Cylindrical-coordinate representation of color #9A5073: hue angle of 331.62º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5073 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 115 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.40 |
| HSL | 331.62º | 0.32% | 0.46% | - |
| HSV(B) | 331.62º | 0.48% | 0.6% | - |
| XYZ | 19.29 | 13.85 | 17.88 | - |
| YUV | 106.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 115 | 0 | 0.48 | 0.25 | 0.40 | 331.62 | 0.32 | 0.46 |
| Hex | 9A | 50 | 73 | 0 | 30 | 19 | 28 | 14C | 20 | 2E |
| Octal | 232 | 120 | 163 | 0 | 60 | 31 | 50 | 514 | 40 | 56 |
| Binary | 10011010 | 1010000 | 1110011 | 0 | 110000 | 11001 | 101000 | 101001100 | 100000 | 101110 |
Color Harmonies of #9A5073
Complementary color
Monochromatic Colors of #9A5073
Black with #9A5073
Text Example
Text Example
White with #9A5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5073; }
p { color: rgb(154,80,115); }
H1.HeaderClassName
{
color: #9A5073;
}
.AnyTagClassName
{
color: #9A5073;
}
</style>
background-color css
<style>
a { background-color: #9A5073; }
a { background-color: rgb(154,80,115); }
div.DivClassName
{
background-color: #9A5073;
}
.BgClassName
{
background-color: #9A5073;
}
</style>
border-color css
<style>
span { border-color: #9A5073; }
span { border-color: rgb(154,80,115); }
td.TdClassName
{
border-color: #9A5073;
}
.TagClassName
{
border-color: #9A5073;
}
</style>