Shades of Vin Rouge #9C4F5C
Tints of Vin Rouge #9C4F5C
RGB
CMYK
RGB Variations
Color information
#9C4F5C (or 0x9C4F5C) is known color: Vin Rouge. HEX triplet: 9C, 4F and 5C. RGB value is (156,79,92). Sum of RGB (Red+Green+Blue) = 156+79+92=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F5C is #63B0A3. Grayscale: #676767. Windows color (decimal): -6533284 or 6049692. OLE color: 6049692.
HSL color Cylindrical-coordinate representation of color #9C4F5C: hue angle of 349.87º 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 #9C4F5C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 79 | 92 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.39 |
| HSL | 349.87º | 0.33% | 0.46% | - |
| HSV(B) | 349.87º | 0.49% | 0.61% | - |
| XYZ | 18.44 | 13.43 | 11.75 | - |
| YUV | 103.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 92 | 0 | 0.49 | 0.41 | 0.39 | 349.87 | 0.33 | 0.46 |
| Hex | 9C | 4F | 5C | 0 | 31 | 29 | 27 | 15E | 21 | 2E |
| Octal | 234 | 117 | 134 | 0 | 61 | 51 | 47 | 536 | 41 | 56 |
| Binary | 10011100 | 1001111 | 1011100 | 0 | 110001 | 101001 | 100111 | 101011110 | 100001 | 101110 |
Color Harmonies of #9C4F5C
Complementary color
Monochromatic Colors of #9C4F5C
Black with #9C4F5C
Text Example
Text Example
White with #9C4F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4F5C; }
p { color: rgb(156,79,92); }
H1.HeaderClassName
{
color: #9C4F5C;
}
.AnyTagClassName
{
color: #9C4F5C;
}
</style>
background-color css
<style>
a { background-color: #9C4F5C; }
a { background-color: rgb(156,79,92); }
div.DivClassName
{
background-color: #9C4F5C;
}
.BgClassName
{
background-color: #9C4F5C;
}
</style>
border-color css
<style>
span { border-color: #9C4F5C; }
span { border-color: rgb(156,79,92); }
td.TdClassName
{
border-color: #9C4F5C;
}
.TagClassName
{
border-color: #9C4F5C;
}
</style>