Shades of Vin Rouge #9A4E5C
Tints of Vin Rouge #9A4E5C
RGB
CMYK
RGB Variations
Color information
#9A4E5C (or 0x9A4E5C) is known color: Vin Rouge. HEX triplet: 9A, 4E and 5C. RGB value is (154,78,92). Sum of RGB (Red+Green+Blue) = 154+78+92=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E5C is #65B1A3. Grayscale: #666666. Windows color (decimal): -6664612 or 6049434. OLE color: 6049434.
HSL color Cylindrical-coordinate representation of color #9A4E5C: hue angle of 348.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E5C is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 92 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.40 |
| HSL | 348.95º | 0.33% | 0.45% | - |
| HSV(B) | 348.95º | 0.49% | 0.6% | - |
| XYZ | 17.98 | 13.09 | 11.7 | - |
| YUV | 102.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 92 | 0 | 0.49 | 0.40 | 0.40 | 348.95 | 0.33 | 0.45 |
| Hex | 9A | 4E | 5C | 0 | 31 | 28 | 28 | 15D | 21 | 2D |
| Octal | 232 | 116 | 134 | 0 | 61 | 50 | 50 | 535 | 41 | 55 |
| Binary | 10011010 | 1001110 | 1011100 | 0 | 110001 | 101000 | 101000 | 101011101 | 100001 | 101101 |
Color Harmonies of #9A4E5C
Complementary color
Monochromatic Colors of #9A4E5C
Black with #9A4E5C
Text Example
Text Example
White with #9A4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E5C; }
p { color: rgb(154,78,92); }
H1.HeaderClassName
{
color: #9A4E5C;
}
.AnyTagClassName
{
color: #9A4E5C;
}
</style>
background-color css
<style>
a { background-color: #9A4E5C; }
a { background-color: rgb(154,78,92); }
div.DivClassName
{
background-color: #9A4E5C;
}
.BgClassName
{
background-color: #9A4E5C;
}
</style>
border-color css
<style>
span { border-color: #9A4E5C; }
span { border-color: rgb(154,78,92); }
td.TdClassName
{
border-color: #9A4E5C;
}
.TagClassName
{
border-color: #9A4E5C;
}
</style>