Shades of Vin Rouge #97525A
Tints of Vin Rouge #97525A
RGB
CMYK
RGB Variations
Color information
#97525A (or 0x97525A) is known color: Vin Rouge. HEX triplet: 97, 52 and 5A. RGB value is (151,82,90). Sum of RGB (Red+Green+Blue) = 151+82+90=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #97525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97525A is #68ADA5. Grayscale: #676767. Windows color (decimal): -6860198 or 5919383. OLE color: 5919383.
HSL color Cylindrical-coordinate representation of color #97525A: hue angle of 353.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97525A is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 82 | 90 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.41 |
| HSL | 353.04º | 0.3% | 0.46% | - |
| HSV(B) | 353.04º | 0.46% | 0.59% | - |
| XYZ | 17.63 | 13.35 | 11.32 | - |
| YUV | 103.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 90 | 0 | 0.46 | 0.40 | 0.41 | 353.04 | 0.3 | 0.46 |
| Hex | 97 | 52 | 5A | 0 | 2E | 28 | 29 | 161 | 1E | 2E |
| Octal | 227 | 122 | 132 | 0 | 56 | 50 | 51 | 541 | 36 | 56 |
| Binary | 10010111 | 1010010 | 1011010 | 0 | 101110 | 101000 | 101001 | 101100001 | 11110 | 101110 |
Color Harmonies of #97525A
Complementary color
Monochromatic Colors of #97525A
Black with #97525A
Text Example
Text Example
White with #97525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97525A; }
p { color: rgb(151,82,90); }
H1.HeaderClassName
{
color: #97525A;
}
.AnyTagClassName
{
color: #97525A;
}
</style>
background-color css
<style>
a { background-color: #97525A; }
a { background-color: rgb(151,82,90); }
div.DivClassName
{
background-color: #97525A;
}
.BgClassName
{
background-color: #97525A;
}
</style>
border-color css
<style>
span { border-color: #97525A; }
span { border-color: rgb(151,82,90); }
td.TdClassName
{
border-color: #97525A;
}
.TagClassName
{
border-color: #97525A;
}
</style>