Shades of Vin Rouge #98546C
Tints of Vin Rouge #98546C
RGB
CMYK
RGB Variations
Color information
#98546C (or 0x98546C) is known color: Vin Rouge. HEX triplet: 98, 54 and 6C. RGB value is (152,84,108). Sum of RGB (Red+Green+Blue) = 152+84+108=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98546C is #67AB93. Grayscale: #6B6B6B. Windows color (decimal): -6794132 or 7099544. OLE color: 7099544.
HSL color Cylindrical-coordinate representation of color #98546C: hue angle of 338.82º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98546C is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 108 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.40 |
| HSL | 338.82º | 0.29% | 0.46% | - |
| HSV(B) | 338.82º | 0.45% | 0.6% | - |
| XYZ | 18.83 | 14.1 | 15.92 | - |
| YUV | 107.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 108 | 0 | 0.45 | 0.29 | 0.40 | 338.82 | 0.29 | 0.46 |
| Hex | 98 | 54 | 6C | 0 | 2D | 1D | 28 | 153 | 1D | 2E |
| Octal | 230 | 124 | 154 | 0 | 55 | 35 | 50 | 523 | 35 | 56 |
| Binary | 10011000 | 1010100 | 1101100 | 0 | 101101 | 11101 | 101000 | 101010011 | 11101 | 101110 |
Color Harmonies of #98546C
Complementary color
Monochromatic Colors of #98546C
Black with #98546C
Text Example
Text Example
White with #98546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98546C; }
p { color: rgb(152,84,108); }
H1.HeaderClassName
{
color: #98546C;
}
.AnyTagClassName
{
color: #98546C;
}
</style>
background-color css
<style>
a { background-color: #98546C; }
a { background-color: rgb(152,84,108); }
div.DivClassName
{
background-color: #98546C;
}
.BgClassName
{
background-color: #98546C;
}
</style>
border-color css
<style>
span { border-color: #98546C; }
span { border-color: rgb(152,84,108); }
td.TdClassName
{
border-color: #98546C;
}
.TagClassName
{
border-color: #98546C;
}
</style>