Shades of Vin Rouge #97535A
Tints of Vin Rouge #97535A
RGB
CMYK
RGB Variations
Color information
#97535A (or 0x97535A) is known color: Vin Rouge. HEX triplet: 97, 53 and 5A. RGB value is (151,83,90). Sum of RGB (Red+Green+Blue) = 151+83+90=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #97535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97535A is #68ACA5. Grayscale: #686868. Windows color (decimal): -6859942 or 5919639. OLE color: 5919639.
HSL color Cylindrical-coordinate representation of color #97535A: hue angle of 353.82º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97535A is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 83 | 90 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.41 |
| HSL | 353.82º | 0.29% | 0.46% | - |
| HSV(B) | 353.82º | 0.45% | 0.59% | - |
| XYZ | 17.7 | 13.5 | 11.35 | - |
| YUV | 104.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 83 | 90 | 0 | 0.45 | 0.40 | 0.41 | 353.82 | 0.29 | 0.46 |
| Hex | 97 | 53 | 5A | 0 | 2D | 28 | 29 | 162 | 1D | 2E |
| Octal | 227 | 123 | 132 | 0 | 55 | 50 | 51 | 542 | 35 | 56 |
| Binary | 10010111 | 1010011 | 1011010 | 0 | 101101 | 101000 | 101001 | 101100010 | 11101 | 101110 |
Color Harmonies of #97535A
Complementary color
Monochromatic Colors of #97535A
Black with #97535A
Text Example
Text Example
White with #97535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97535A; }
p { color: rgb(151,83,90); }
H1.HeaderClassName
{
color: #97535A;
}
.AnyTagClassName
{
color: #97535A;
}
</style>
background-color css
<style>
a { background-color: #97535A; }
a { background-color: rgb(151,83,90); }
div.DivClassName
{
background-color: #97535A;
}
.BgClassName
{
background-color: #97535A;
}
</style>
border-color css
<style>
span { border-color: #97535A; }
span { border-color: rgb(151,83,90); }
td.TdClassName
{
border-color: #97535A;
}
.TagClassName
{
border-color: #97535A;
}
</style>