Shades of Vin Rouge #9B5D5E
Tints of Vin Rouge #9B5D5E
RGB
CMYK
RGB Variations
Color information
#9B5D5E (or 0x9B5D5E) is known color: Vin Rouge. HEX triplet: 9B, 5D and 5E. RGB value is (155,93,94). Sum of RGB (Red+Green+Blue) = 155+93+94=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D5E is #64A2A1. Grayscale: #6F6F6F. Windows color (decimal): -6595234 or 6184347. OLE color: 6184347.
HSL color Cylindrical-coordinate representation of color #9B5D5E: hue angle of 359.03º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B5D5E is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 94 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.39 |
| HSL | 359.03º | 0.25% | 0.49% | - |
| HSV(B) | 359.03º | 0.4% | 0.61% | - |
| XYZ | 19.45 | 15.61 | 12.58 | - |
| YUV | 111.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 94 | 0 | 0.4 | 0.39 | 0.39 | 359.03 | 0.25 | 0.49 |
| Hex | 9B | 5D | 5E | 0 | 28 | 27 | 27 | 167 | 19 | 31 |
| Octal | 233 | 135 | 136 | 0 | 50 | 47 | 47 | 547 | 31 | 61 |
| Binary | 10011011 | 1011101 | 1011110 | 0 | 101000 | 100111 | 100111 | 101100111 | 11001 | 110001 |
Color Harmonies of #9B5D5E
Complementary color
Monochromatic Colors of #9B5D5E
Black with #9B5D5E
Text Example
Text Example
White with #9B5D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D5E; }
p { color: rgb(155,93,94); }
H1.HeaderClassName
{
color: #9B5D5E;
}
.AnyTagClassName
{
color: #9B5D5E;
}
</style>
background-color css
<style>
a { background-color: #9B5D5E; }
a { background-color: rgb(155,93,94); }
div.DivClassName
{
background-color: #9B5D5E;
}
.BgClassName
{
background-color: #9B5D5E;
}
</style>
border-color css
<style>
span { border-color: #9B5D5E; }
span { border-color: rgb(155,93,94); }
td.TdClassName
{
border-color: #9B5D5E;
}
.TagClassName
{
border-color: #9B5D5E;
}
</style>