Shades of Vin Rouge #9C575D
Tints of Vin Rouge #9C575D
RGB
CMYK
RGB Variations
Color information
#9C575D (or 0x9C575D) is known color: Vin Rouge. HEX triplet: 9C, 57 and 5D. RGB value is (156,87,93). Sum of RGB (Red+Green+Blue) = 156+87+93=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C575D is #63A8A2. Grayscale: #6C6C6C. Windows color (decimal): -6531235 or 6117276. OLE color: 6117276.
HSL color Cylindrical-coordinate representation of color #9C575D: hue angle of 354.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C575D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 93 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.39 |
| HSL | 354.78º | 0.28% | 0.48% | - |
| HSV(B) | 354.78º | 0.44% | 0.61% | - |
| XYZ | 19.09 | 14.67 | 12.18 | - |
| YUV | 108.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 93 | 0 | 0.44 | 0.40 | 0.39 | 354.78 | 0.28 | 0.48 |
| Hex | 9C | 57 | 5D | 0 | 2C | 28 | 27 | 163 | 1C | 30 |
| Octal | 234 | 127 | 135 | 0 | 54 | 50 | 47 | 543 | 34 | 60 |
| Binary | 10011100 | 1010111 | 1011101 | 0 | 101100 | 101000 | 100111 | 101100011 | 11100 | 110000 |
Color Harmonies of #9C575D
Complementary color
Monochromatic Colors of #9C575D
Black with #9C575D
Text Example
Text Example
White with #9C575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C575D; }
p { color: rgb(156,87,93); }
H1.HeaderClassName
{
color: #9C575D;
}
.AnyTagClassName
{
color: #9C575D;
}
</style>
background-color css
<style>
a { background-color: #9C575D; }
a { background-color: rgb(156,87,93); }
div.DivClassName
{
background-color: #9C575D;
}
.BgClassName
{
background-color: #9C575D;
}
</style>
border-color css
<style>
span { border-color: #9C575D; }
span { border-color: rgb(156,87,93); }
td.TdClassName
{
border-color: #9C575D;
}
.TagClassName
{
border-color: #9C575D;
}
</style>