Shades of Vin Rouge #9A5273
Tints of Vin Rouge #9A5273
RGB
CMYK
RGB Variations
Color information
#9A5273 (or 0x9A5273) is known color: Vin Rouge. HEX triplet: 9A, 52 and 73. RGB value is (154,82,115). Sum of RGB (Red+Green+Blue) = 154+82+115=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5273 is #65AD8C. Grayscale: #6B6B6B. Windows color (decimal): -6663565 or 7557786. OLE color: 7557786.
HSL color Cylindrical-coordinate representation of color #9A5273: hue angle of 332.5º 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 #9A5273 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 115 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.40 |
| HSL | 332.5º | 0.31% | 0.46% | - |
| HSV(B) | 332.5º | 0.47% | 0.6% | - |
| XYZ | 19.44 | 14.14 | 17.92 | - |
| YUV | 107.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 115 | 0 | 0.47 | 0.25 | 0.40 | 332.5 | 0.31 | 0.46 |
| Hex | 9A | 52 | 73 | 0 | 2F | 19 | 28 | 14C | 1F | 2E |
| Octal | 232 | 122 | 163 | 0 | 57 | 31 | 50 | 514 | 37 | 56 |
| Binary | 10011010 | 1010010 | 1110011 | 0 | 101111 | 11001 | 101000 | 101001100 | 11111 | 101110 |
Color Harmonies of #9A5273
Complementary color
Monochromatic Colors of #9A5273
Black with #9A5273
Text Example
Text Example
White with #9A5273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5273; }
p { color: rgb(154,82,115); }
H1.HeaderClassName
{
color: #9A5273;
}
.AnyTagClassName
{
color: #9A5273;
}
</style>
background-color css
<style>
a { background-color: #9A5273; }
a { background-color: rgb(154,82,115); }
div.DivClassName
{
background-color: #9A5273;
}
.BgClassName
{
background-color: #9A5273;
}
</style>
border-color css
<style>
span { border-color: #9A5273; }
span { border-color: rgb(154,82,115); }
td.TdClassName
{
border-color: #9A5273;
}
.TagClassName
{
border-color: #9A5273;
}
</style>