Shades of Vin Rouge #97555B
Tints of Vin Rouge #97555B
RGB
CMYK
RGB Variations
Color information
#97555B (or 0x97555B) is known color: Vin Rouge. HEX triplet: 97, 55 and 5B. RGB value is (151,85,91). Sum of RGB (Red+Green+Blue) = 151+85+91=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97555B is #68AAA4. Grayscale: #696969. Windows color (decimal): -6859429 or 5985687. OLE color: 5985687.
HSL color Cylindrical-coordinate representation of color #97555B: hue angle of 354.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97555B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 85 | 91 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.41 |
| HSL | 354.55º | 0.28% | 0.46% | - |
| HSV(B) | 354.55º | 0.44% | 0.59% | - |
| XYZ | 17.9 | 13.83 | 11.62 | - |
| YUV | 105.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 85 | 91 | 0 | 0.44 | 0.40 | 0.41 | 354.55 | 0.28 | 0.46 |
| Hex | 97 | 55 | 5B | 0 | 2C | 28 | 29 | 163 | 1C | 2E |
| Octal | 227 | 125 | 133 | 0 | 54 | 50 | 51 | 543 | 34 | 56 |
| Binary | 10010111 | 1010101 | 1011011 | 0 | 101100 | 101000 | 101001 | 101100011 | 11100 | 101110 |
Color Harmonies of #97555B
Complementary color
Monochromatic Colors of #97555B
Black with #97555B
Text Example
Text Example
White with #97555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97555B; }
p { color: rgb(151,85,91); }
H1.HeaderClassName
{
color: #97555B;
}
.AnyTagClassName
{
color: #97555B;
}
</style>
background-color css
<style>
a { background-color: #97555B; }
a { background-color: rgb(151,85,91); }
div.DivClassName
{
background-color: #97555B;
}
.BgClassName
{
background-color: #97555B;
}
</style>
border-color css
<style>
span { border-color: #97555B; }
span { border-color: rgb(151,85,91); }
td.TdClassName
{
border-color: #97555B;
}
.TagClassName
{
border-color: #97555B;
}
</style>