Shades of Vin Rouge #97545A
Tints of Vin Rouge #97545A
RGB
CMYK
RGB Variations
Color information
#97545A (or 0x97545A) is known color: Vin Rouge. HEX triplet: 97, 54 and 5A. RGB value is (151,84,90). Sum of RGB (Red+Green+Blue) = 151+84+90=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #97545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97545A is #68ABA5. Grayscale: #686868. Windows color (decimal): -6859686 or 5919895. OLE color: 5919895.
HSL color Cylindrical-coordinate representation of color #97545A: hue angle of 354.63º degrees, saturation: 0.29, 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 #97545A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 84 | 90 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.41 |
| HSL | 354.63º | 0.29% | 0.46% | - |
| HSV(B) | 354.63º | 0.44% | 0.59% | - |
| XYZ | 17.78 | 13.66 | 11.37 | - |
| YUV | 104.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 90 | 0 | 0.44 | 0.40 | 0.41 | 354.63 | 0.29 | 0.46 |
| Hex | 97 | 54 | 5A | 0 | 2C | 28 | 29 | 163 | 1D | 2E |
| Octal | 227 | 124 | 132 | 0 | 54 | 50 | 51 | 543 | 35 | 56 |
| Binary | 10010111 | 1010100 | 1011010 | 0 | 101100 | 101000 | 101001 | 101100011 | 11101 | 101110 |
Color Harmonies of #97545A
Complementary color
Monochromatic Colors of #97545A
Black with #97545A
Text Example
Text Example
White with #97545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97545A; }
p { color: rgb(151,84,90); }
H1.HeaderClassName
{
color: #97545A;
}
.AnyTagClassName
{
color: #97545A;
}
</style>
background-color css
<style>
a { background-color: #97545A; }
a { background-color: rgb(151,84,90); }
div.DivClassName
{
background-color: #97545A;
}
.BgClassName
{
background-color: #97545A;
}
</style>
border-color css
<style>
span { border-color: #97545A; }
span { border-color: rgb(151,84,90); }
td.TdClassName
{
border-color: #97545A;
}
.TagClassName
{
border-color: #97545A;
}
</style>