Shades of Vin Rouge #9C4F73
Tints of Vin Rouge #9C4F73
RGB
CMYK
RGB Variations
Color information
#9C4F73 (or 0x9C4F73) is known color: Vin Rouge. HEX triplet: 9C, 4F and 73. RGB value is (156,79,115). Sum of RGB (Red+Green+Blue) = 156+79+115=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F73 is #63B08C. Grayscale: #6A6A6A. Windows color (decimal): -6533261 or 7557020. OLE color: 7557020.
HSL color Cylindrical-coordinate representation of color #9C4F73: hue angle of 331.95º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C4F73 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 79 | 115 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.39 |
| HSL | 331.95º | 0.33% | 0.46% | - |
| HSV(B) | 331.95º | 0.49% | 0.61% | - |
| XYZ | 19.6 | 13.9 | 17.87 | - |
| YUV | 106.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 115 | 0 | 0.49 | 0.26 | 0.39 | 331.95 | 0.33 | 0.46 |
| Hex | 9C | 4F | 73 | 0 | 31 | 1A | 27 | 14C | 21 | 2E |
| Octal | 234 | 117 | 163 | 0 | 61 | 32 | 47 | 514 | 41 | 56 |
| Binary | 10011100 | 1001111 | 1110011 | 0 | 110001 | 11010 | 100111 | 101001100 | 100001 | 101110 |
Color Harmonies of #9C4F73
Complementary color
Monochromatic Colors of #9C4F73
Black with #9C4F73
Text Example
Text Example
White with #9C4F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4F73; }
p { color: rgb(156,79,115); }
H1.HeaderClassName
{
color: #9C4F73;
}
.AnyTagClassName
{
color: #9C4F73;
}
</style>
background-color css
<style>
a { background-color: #9C4F73; }
a { background-color: rgb(156,79,115); }
div.DivClassName
{
background-color: #9C4F73;
}
.BgClassName
{
background-color: #9C4F73;
}
</style>
border-color css
<style>
span { border-color: #9C4F73; }
span { border-color: rgb(156,79,115); }
td.TdClassName
{
border-color: #9C4F73;
}
.TagClassName
{
border-color: #9C4F73;
}
</style>