Shades of Vin Rouge #9D505C
Tints of Vin Rouge #9D505C
RGB
CMYK
RGB Variations
Color information
#9D505C (or 0x9D505C) is known color: Vin Rouge. HEX triplet: 9D, 50 and 5C. RGB value is (157,80,92). Sum of RGB (Red+Green+Blue) = 157+80+92=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D505C is #62AFA3. Grayscale: #686868. Windows color (decimal): -6467492 or 6049949. OLE color: 6049949.
HSL color Cylindrical-coordinate representation of color #9D505C: hue angle of 350.65º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D505C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 92 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.38 |
| HSL | 350.65º | 0.32% | 0.46% | - |
| HSV(B) | 350.65º | 0.49% | 0.62% | - |
| XYZ | 18.71 | 13.68 | 11.78 | - |
| YUV | 104.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 92 | 0 | 0.49 | 0.41 | 0.38 | 350.65 | 0.32 | 0.46 |
| Hex | 9D | 50 | 5C | 0 | 31 | 29 | 26 | 15F | 20 | 2E |
| Octal | 235 | 120 | 134 | 0 | 61 | 51 | 46 | 537 | 40 | 56 |
| Binary | 10011101 | 1010000 | 1011100 | 0 | 110001 | 101001 | 100110 | 101011111 | 100000 | 101110 |
Color Harmonies of #9D505C
Complementary color
Monochromatic Colors of #9D505C
Black with #9D505C
Text Example
Text Example
White with #9D505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D505C; }
p { color: rgb(157,80,92); }
H1.HeaderClassName
{
color: #9D505C;
}
.AnyTagClassName
{
color: #9D505C;
}
</style>
background-color css
<style>
a { background-color: #9D505C; }
a { background-color: rgb(157,80,92); }
div.DivClassName
{
background-color: #9D505C;
}
.BgClassName
{
background-color: #9D505C;
}
</style>
border-color css
<style>
span { border-color: #9D505C; }
span { border-color: rgb(157,80,92); }
td.TdClassName
{
border-color: #9D505C;
}
.TagClassName
{
border-color: #9D505C;
}
</style>