Shades of Vin Rouge #9D5A68
Tints of Vin Rouge #9D5A68
RGB
CMYK
RGB Variations
Color information
#9D5A68 (or 0x9D5A68) is known color: Vin Rouge. HEX triplet: 9D, 5A and 68. RGB value is (157,90,104). Sum of RGB (Red+Green+Blue) = 157+90+104=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A68 is #62A597. Grayscale: #6F6F6F. Windows color (decimal): -6464920 or 6838941. OLE color: 6838941.
HSL color Cylindrical-coordinate representation of color #9D5A68: hue angle of 347.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5A68 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 90 | 104 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.38 |
| HSL | 347.46º | 0.27% | 0.48% | - |
| HSV(B) | 347.46º | 0.43% | 0.62% | - |
| XYZ | 20.06 | 15.48 | 15.03 | - |
| YUV | 111.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 104 | 0 | 0.43 | 0.34 | 0.38 | 347.46 | 0.27 | 0.48 |
| Hex | 9D | 5A | 68 | 0 | 2B | 22 | 26 | 15B | 1B | 30 |
| Octal | 235 | 132 | 150 | 0 | 53 | 42 | 46 | 533 | 33 | 60 |
| Binary | 10011101 | 1011010 | 1101000 | 0 | 101011 | 100010 | 100110 | 101011011 | 11011 | 110000 |
Color Harmonies of #9D5A68
Complementary color
Monochromatic Colors of #9D5A68
Black with #9D5A68
Text Example
Text Example
White with #9D5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5A68; }
p { color: rgb(157,90,104); }
H1.HeaderClassName
{
color: #9D5A68;
}
.AnyTagClassName
{
color: #9D5A68;
}
</style>
background-color css
<style>
a { background-color: #9D5A68; }
a { background-color: rgb(157,90,104); }
div.DivClassName
{
background-color: #9D5A68;
}
.BgClassName
{
background-color: #9D5A68;
}
</style>
border-color css
<style>
span { border-color: #9D5A68; }
span { border-color: rgb(157,90,104); }
td.TdClassName
{
border-color: #9D5A68;
}
.TagClassName
{
border-color: #9D5A68;
}
</style>