Shades of Vin Rouge #9A5370
Tints of Vin Rouge #9A5370
RGB
CMYK
RGB Variations
Color information
#9A5370 (or 0x9A5370) is known color: Vin Rouge. HEX triplet: 9A, 53 and 70. RGB value is (154,83,112). Sum of RGB (Red+Green+Blue) = 154+83+112=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5370 is #65AC8F. Grayscale: #6B6B6B. Windows color (decimal): -6663312 or 7361434. OLE color: 7361434.
HSL color Cylindrical-coordinate representation of color #9A5370: hue angle of 335.49º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5370 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 112 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.40 |
| HSL | 335.49º | 0.3% | 0.46% | - |
| HSV(B) | 335.49º | 0.46% | 0.6% | - |
| XYZ | 19.34 | 14.23 | 17.06 | - |
| YUV | 107.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 112 | 0 | 0.46 | 0.27 | 0.40 | 335.49 | 0.3 | 0.46 |
| Hex | 9A | 53 | 70 | 0 | 2E | 1B | 28 | 14F | 1E | 2E |
| Octal | 232 | 123 | 160 | 0 | 56 | 33 | 50 | 517 | 36 | 56 |
| Binary | 10011010 | 1010011 | 1110000 | 0 | 101110 | 11011 | 101000 | 101001111 | 11110 | 101110 |
Color Harmonies of #9A5370
Complementary color
Monochromatic Colors of #9A5370
Black with #9A5370
Text Example
Text Example
White with #9A5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5370; }
p { color: rgb(154,83,112); }
H1.HeaderClassName
{
color: #9A5370;
}
.AnyTagClassName
{
color: #9A5370;
}
</style>
background-color css
<style>
a { background-color: #9A5370; }
a { background-color: rgb(154,83,112); }
div.DivClassName
{
background-color: #9A5370;
}
.BgClassName
{
background-color: #9A5370;
}
</style>
border-color css
<style>
span { border-color: #9A5370; }
span { border-color: rgb(154,83,112); }
td.TdClassName
{
border-color: #9A5370;
}
.TagClassName
{
border-color: #9A5370;
}
</style>