Shades of Vin Rouge #9D565F
Tints of Vin Rouge #9D565F
RGB
CMYK
RGB Variations
Color information
#9D565F (or 0x9D565F) is known color: Vin Rouge. HEX triplet: 9D, 56 and 5F. RGB value is (157,86,95). Sum of RGB (Red+Green+Blue) = 157+86+95=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D565F is #62A9A0. Grayscale: #6C6C6C. Windows color (decimal): -6465953 or 6248093. OLE color: 6248093.
HSL color Cylindrical-coordinate representation of color #9D565F: hue angle of 352.39º 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 #9D565F is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 86 | 95 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.38 |
| HSL | 352.39º | 0.29% | 0.48% | - |
| HSV(B) | 352.39º | 0.45% | 0.62% | - |
| XYZ | 19.3 | 14.65 | 12.64 | - |
| YUV | 108.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 95 | 0 | 0.45 | 0.39 | 0.38 | 352.39 | 0.29 | 0.48 |
| Hex | 9D | 56 | 5F | 0 | 2D | 27 | 26 | 160 | 1D | 30 |
| Octal | 235 | 126 | 137 | 0 | 55 | 47 | 46 | 540 | 35 | 60 |
| Binary | 10011101 | 1010110 | 1011111 | 0 | 101101 | 100111 | 100110 | 101100000 | 11101 | 110000 |
Color Harmonies of #9D565F
Complementary color
Monochromatic Colors of #9D565F
Black with #9D565F
Text Example
Text Example
White with #9D565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D565F; }
p { color: rgb(157,86,95); }
H1.HeaderClassName
{
color: #9D565F;
}
.AnyTagClassName
{
color: #9D565F;
}
</style>
background-color css
<style>
a { background-color: #9D565F; }
a { background-color: rgb(157,86,95); }
div.DivClassName
{
background-color: #9D565F;
}
.BgClassName
{
background-color: #9D565F;
}
</style>
border-color css
<style>
span { border-color: #9D565F; }
span { border-color: rgb(157,86,95); }
td.TdClassName
{
border-color: #9D565F;
}
.TagClassName
{
border-color: #9D565F;
}
</style>