Shades of Vin Rouge #975B5D
Tints of Vin Rouge #975B5D
RGB
CMYK
RGB Variations
Color information
#975B5D (or 0x975B5D) is known color: Vin Rouge. HEX triplet: 97, 5B and 5D. RGB value is (151,91,93). Sum of RGB (Red+Green+Blue) = 151+91+93=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B5D is #68A4A2. Grayscale: #6D6D6D. Windows color (decimal): -6857891 or 6118295. OLE color: 6118295.
HSL color Cylindrical-coordinate representation of color #975B5D: hue angle of 358º 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 #975B5D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 93 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.41 |
| HSL | 358º | 0.25% | 0.47% | - |
| HSV(B) | 358º | 0.4% | 0.59% | - |
| XYZ | 18.48 | 14.85 | 12.25 | - |
| YUV | 109.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 93 | 0 | 0.40 | 0.38 | 0.41 | 358 | 0.25 | 0.47 |
| Hex | 97 | 5B | 5D | 0 | 28 | 26 | 29 | 166 | 19 | 2F |
| Octal | 227 | 133 | 135 | 0 | 50 | 46 | 51 | 546 | 31 | 57 |
| Binary | 10010111 | 1011011 | 1011101 | 0 | 101000 | 100110 | 101001 | 101100110 | 11001 | 101111 |
Color Harmonies of #975B5D
Complementary color
Monochromatic Colors of #975B5D
Black with #975B5D
Text Example
Text Example
White with #975B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B5D; }
p { color: rgb(151,91,93); }
H1.HeaderClassName
{
color: #975B5D;
}
.AnyTagClassName
{
color: #975B5D;
}
</style>
background-color css
<style>
a { background-color: #975B5D; }
a { background-color: rgb(151,91,93); }
div.DivClassName
{
background-color: #975B5D;
}
.BgClassName
{
background-color: #975B5D;
}
</style>
border-color css
<style>
span { border-color: #975B5D; }
span { border-color: rgb(151,91,93); }
td.TdClassName
{
border-color: #975B5D;
}
.TagClassName
{
border-color: #975B5D;
}
</style>