Shades of Vin Rouge #98525A
Tints of Vin Rouge #98525A
RGB
CMYK
RGB Variations
Color information
#98525A (or 0x98525A) is known color: Vin Rouge. HEX triplet: 98, 52 and 5A. RGB value is (152,82,90). Sum of RGB (Red+Green+Blue) = 152+82+90=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98525A is #67ADA5. Grayscale: #676767. Windows color (decimal): -6794662 or 5919384. OLE color: 5919384.
HSL color Cylindrical-coordinate representation of color #98525A: hue angle of 353.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98525A is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 90 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.40 |
| HSL | 353.14º | 0.3% | 0.46% | - |
| HSV(B) | 353.14º | 0.46% | 0.6% | - |
| XYZ | 17.81 | 13.45 | 11.33 | - |
| YUV | 103.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 90 | 0 | 0.46 | 0.41 | 0.40 | 353.14 | 0.3 | 0.46 |
| Hex | 98 | 52 | 5A | 0 | 2E | 29 | 28 | 161 | 1E | 2E |
| Octal | 230 | 122 | 132 | 0 | 56 | 51 | 50 | 541 | 36 | 56 |
| Binary | 10011000 | 1010010 | 1011010 | 0 | 101110 | 101001 | 101000 | 101100001 | 11110 | 101110 |
Color Harmonies of #98525A
Complementary color
Monochromatic Colors of #98525A
Black with #98525A
Text Example
Text Example
White with #98525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98525A; }
p { color: rgb(152,82,90); }
H1.HeaderClassName
{
color: #98525A;
}
.AnyTagClassName
{
color: #98525A;
}
</style>
background-color css
<style>
a { background-color: #98525A; }
a { background-color: rgb(152,82,90); }
div.DivClassName
{
background-color: #98525A;
}
.BgClassName
{
background-color: #98525A;
}
</style>
border-color css
<style>
span { border-color: #98525A; }
span { border-color: rgb(152,82,90); }
td.TdClassName
{
border-color: #98525A;
}
.TagClassName
{
border-color: #98525A;
}
</style>