Shades of Vin Rouge #975B67
Tints of Vin Rouge #975B67
RGB
CMYK
RGB Variations
Color information
#975B67 (or 0x975B67) is known color: Vin Rouge. HEX triplet: 97, 5B and 67. RGB value is (151,91,103). Sum of RGB (Red+Green+Blue) = 151+91+103=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #975B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B67 is #68A498. Grayscale: #6E6E6E. Windows color (decimal): -6857881 or 6773655. OLE color: 6773655.
HSL color Cylindrical-coordinate representation of color #975B67: hue angle of 348º 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 #975B67 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 103 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.41 |
| HSL | 348º | 0.25% | 0.47% | - |
| HSV(B) | 348º | 0.4% | 0.59% | - |
| XYZ | 18.95 | 15.04 | 14.74 | - |
| YUV | 110.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 103 | 0 | 0.40 | 0.32 | 0.41 | 348 | 0.25 | 0.47 |
| Hex | 97 | 5B | 67 | 0 | 28 | 20 | 29 | 15C | 19 | 2F |
| Octal | 227 | 133 | 147 | 0 | 50 | 40 | 51 | 534 | 31 | 57 |
| Binary | 10010111 | 1011011 | 1100111 | 0 | 101000 | 100000 | 101001 | 101011100 | 11001 | 101111 |
Color Harmonies of #975B67
Complementary color
Monochromatic Colors of #975B67
Black with #975B67
Text Example
Text Example
White with #975B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B67; }
p { color: rgb(151,91,103); }
H1.HeaderClassName
{
color: #975B67;
}
.AnyTagClassName
{
color: #975B67;
}
</style>
background-color css
<style>
a { background-color: #975B67; }
a { background-color: rgb(151,91,103); }
div.DivClassName
{
background-color: #975B67;
}
.BgClassName
{
background-color: #975B67;
}
</style>
border-color css
<style>
span { border-color: #975B67; }
span { border-color: rgb(151,91,103); }
td.TdClassName
{
border-color: #975B67;
}
.TagClassName
{
border-color: #975B67;
}
</style>