Shades of Vin Rouge #97575A
Tints of Vin Rouge #97575A
RGB
CMYK
RGB Variations
Color information
#97575A (or 0x97575A) is known color: Vin Rouge. HEX triplet: 97, 57 and 5A. RGB value is (151,87,90). Sum of RGB (Red+Green+Blue) = 151+87+90=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #97575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97575A is #68A8A5. Grayscale: #6A6A6A. Windows color (decimal): -6858918 or 5920663. OLE color: 5920663.
HSL color Cylindrical-coordinate representation of color #97575A: hue angle of 357.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97575A is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 87 | 90 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.41 |
| HSL | 357.19º | 0.27% | 0.47% | - |
| HSV(B) | 357.19º | 0.42% | 0.59% | - |
| XYZ | 18.02 | 14.13 | 11.45 | - |
| YUV | 106.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 87 | 90 | 0 | 0.42 | 0.40 | 0.41 | 357.19 | 0.27 | 0.47 |
| Hex | 97 | 57 | 5A | 0 | 2A | 28 | 29 | 165 | 1B | 2F |
| Octal | 227 | 127 | 132 | 0 | 52 | 50 | 51 | 545 | 33 | 57 |
| Binary | 10010111 | 1010111 | 1011010 | 0 | 101010 | 101000 | 101001 | 101100101 | 11011 | 101111 |
Color Harmonies of #97575A
Complementary color
Monochromatic Colors of #97575A
Black with #97575A
Text Example
Text Example
White with #97575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97575A; }
p { color: rgb(151,87,90); }
H1.HeaderClassName
{
color: #97575A;
}
.AnyTagClassName
{
color: #97575A;
}
</style>
background-color css
<style>
a { background-color: #97575A; }
a { background-color: rgb(151,87,90); }
div.DivClassName
{
background-color: #97575A;
}
.BgClassName
{
background-color: #97575A;
}
</style>
border-color css
<style>
span { border-color: #97575A; }
span { border-color: rgb(151,87,90); }
td.TdClassName
{
border-color: #97575A;
}
.TagClassName
{
border-color: #97575A;
}
</style>