Shades of Vin Rouge #9A5058
Tints of Vin Rouge #9A5058
RGB
CMYK
RGB Variations
Color information
#9A5058 (or 0x9A5058) is known color: Vin Rouge. HEX triplet: 9A, 50 and 58. RGB value is (154,80,88). Sum of RGB (Red+Green+Blue) = 154+80+88=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5058 is #65AFA7. Grayscale: #676767. Windows color (decimal): -6664104 or 5787802. OLE color: 5787802.
HSL color Cylindrical-coordinate representation of color #9A5058: hue angle of 353.51º 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 #9A5058 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 88 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.40 |
| HSL | 353.51º | 0.32% | 0.46% | - |
| HSV(B) | 353.51º | 0.48% | 0.6% | - |
| XYZ | 17.96 | 13.31 | 10.86 | - |
| YUV | 103.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 88 | 0 | 0.48 | 0.43 | 0.40 | 353.51 | 0.32 | 0.46 |
| Hex | 9A | 50 | 58 | 0 | 30 | 2B | 28 | 162 | 20 | 2E |
| Octal | 232 | 120 | 130 | 0 | 60 | 53 | 50 | 542 | 40 | 56 |
| Binary | 10011010 | 1010000 | 1011000 | 0 | 110000 | 101011 | 101000 | 101100010 | 100000 | 101110 |
Color Harmonies of #9A5058
Complementary color
Monochromatic Colors of #9A5058
Black with #9A5058
Text Example
Text Example
White with #9A5058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5058; }
p { color: rgb(154,80,88); }
H1.HeaderClassName
{
color: #9A5058;
}
.AnyTagClassName
{
color: #9A5058;
}
</style>
background-color css
<style>
a { background-color: #9A5058; }
a { background-color: rgb(154,80,88); }
div.DivClassName
{
background-color: #9A5058;
}
.BgClassName
{
background-color: #9A5058;
}
</style>
border-color css
<style>
span { border-color: #9A5058; }
span { border-color: rgb(154,80,88); }
td.TdClassName
{
border-color: #9A5058;
}
.TagClassName
{
border-color: #9A5058;
}
</style>