Shades of Vin Rouge #975B5E
Tints of Vin Rouge #975B5E
RGB
CMYK
RGB Variations
Color information
#975B5E (or 0x975B5E) is known color: Vin Rouge. HEX triplet: 97, 5B and 5E. RGB value is (151,91,94). Sum of RGB (Red+Green+Blue) = 151+91+94=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #975B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B5E is #68A4A1. Grayscale: #6D6D6D. Windows color (decimal): -6857890 or 6183831. OLE color: 6183831.
HSL color Cylindrical-coordinate representation of color #975B5E: hue angle of 357º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975B5E is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 94 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.41 |
| HSL | 357º | 0.25% | 0.47% | - |
| HSV(B) | 357º | 0.4% | 0.59% | - |
| XYZ | 18.52 | 14.87 | 12.48 | - |
| YUV | 109.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 94 | 0 | 0.40 | 0.38 | 0.41 | 357 | 0.25 | 0.47 |
| Hex | 97 | 5B | 5E | 0 | 28 | 26 | 29 | 165 | 19 | 2F |
| Octal | 227 | 133 | 136 | 0 | 50 | 46 | 51 | 545 | 31 | 57 |
| Binary | 10010111 | 1011011 | 1011110 | 0 | 101000 | 100110 | 101001 | 101100101 | 11001 | 101111 |
Color Harmonies of #975B5E
Complementary color
Monochromatic Colors of #975B5E
Black with #975B5E
Text Example
Text Example
White with #975B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B5E; }
p { color: rgb(151,91,94); }
H1.HeaderClassName
{
color: #975B5E;
}
.AnyTagClassName
{
color: #975B5E;
}
</style>
background-color css
<style>
a { background-color: #975B5E; }
a { background-color: rgb(151,91,94); }
div.DivClassName
{
background-color: #975B5E;
}
.BgClassName
{
background-color: #975B5E;
}
</style>
border-color css
<style>
span { border-color: #975B5E; }
span { border-color: rgb(151,91,94); }
td.TdClassName
{
border-color: #975B5E;
}
.TagClassName
{
border-color: #975B5E;
}
</style>