Shades of Vin Rouge #9A5270
Tints of Vin Rouge #9A5270
RGB
CMYK
RGB Variations
Color information
#9A5270 (or 0x9A5270) is known color: Vin Rouge. HEX triplet: 9A, 52 and 70. RGB value is (154,82,112). Sum of RGB (Red+Green+Blue) = 154+82+112=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5270 is #65AD8F. Grayscale: #6A6A6A. Windows color (decimal): -6663568 or 7361178. OLE color: 7361178.
HSL color Cylindrical-coordinate representation of color #9A5270: hue angle of 335º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5270 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 112 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.40 |
| HSL | 335º | 0.31% | 0.46% | - |
| HSV(B) | 335º | 0.47% | 0.6% | - |
| XYZ | 19.27 | 14.07 | 17.03 | - |
| YUV | 106.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 112 | 0 | 0.47 | 0.27 | 0.40 | 335 | 0.31 | 0.46 |
| Hex | 9A | 52 | 70 | 0 | 2F | 1B | 28 | 14F | 1F | 2E |
| Octal | 232 | 122 | 160 | 0 | 57 | 33 | 50 | 517 | 37 | 56 |
| Binary | 10011010 | 1010010 | 1110000 | 0 | 101111 | 11011 | 101000 | 101001111 | 11111 | 101110 |
Color Harmonies of #9A5270
Complementary color
Monochromatic Colors of #9A5270
Black with #9A5270
Text Example
Text Example
White with #9A5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5270; }
p { color: rgb(154,82,112); }
H1.HeaderClassName
{
color: #9A5270;
}
.AnyTagClassName
{
color: #9A5270;
}
</style>
background-color css
<style>
a { background-color: #9A5270; }
a { background-color: rgb(154,82,112); }
div.DivClassName
{
background-color: #9A5270;
}
.BgClassName
{
background-color: #9A5270;
}
</style>
border-color css
<style>
span { border-color: #9A5270; }
span { border-color: rgb(154,82,112); }
td.TdClassName
{
border-color: #9A5270;
}
.TagClassName
{
border-color: #9A5270;
}
</style>