Shades of Vin Rouge #9D565D
Tints of Vin Rouge #9D565D
RGB
CMYK
RGB Variations
Color information
#9D565D (or 0x9D565D) is known color: Vin Rouge. HEX triplet: 9D, 56 and 5D. RGB value is (157,86,93). Sum of RGB (Red+Green+Blue) = 157+86+93=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D565D is #62A9A2. Grayscale: #6C6C6C. Windows color (decimal): -6465955 or 6117021. OLE color: 6117021.
HSL color Cylindrical-coordinate representation of color #9D565D: hue angle of 354.08º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D565D is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 86 | 93 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.38 |
| HSL | 354.08º | 0.29% | 0.48% | - |
| HSV(B) | 354.08º | 0.45% | 0.62% | - |
| XYZ | 19.21 | 14.61 | 12.16 | - |
| YUV | 108.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 93 | 0 | 0.45 | 0.41 | 0.38 | 354.08 | 0.29 | 0.48 |
| Hex | 9D | 56 | 5D | 0 | 2D | 29 | 26 | 162 | 1D | 30 |
| Octal | 235 | 126 | 135 | 0 | 55 | 51 | 46 | 542 | 35 | 60 |
| Binary | 10011101 | 1010110 | 1011101 | 0 | 101101 | 101001 | 100110 | 101100010 | 11101 | 110000 |
Color Harmonies of #9D565D
Complementary color
Monochromatic Colors of #9D565D
Black with #9D565D
Text Example
Text Example
White with #9D565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D565D; }
p { color: rgb(157,86,93); }
H1.HeaderClassName
{
color: #9D565D;
}
.AnyTagClassName
{
color: #9D565D;
}
</style>
background-color css
<style>
a { background-color: #9D565D; }
a { background-color: rgb(157,86,93); }
div.DivClassName
{
background-color: #9D565D;
}
.BgClassName
{
background-color: #9D565D;
}
</style>
border-color css
<style>
span { border-color: #9D565D; }
span { border-color: rgb(157,86,93); }
td.TdClassName
{
border-color: #9D565D;
}
.TagClassName
{
border-color: #9D565D;
}
</style>