Shades of Vin Rouge #98505C
Tints of Vin Rouge #98505C
RGB
CMYK
RGB Variations
Color information
#98505C (or 0x98505C) is known color: Vin Rouge. HEX triplet: 98, 50 and 5C. RGB value is (152,80,92). Sum of RGB (Red+Green+Blue) = 152+80+92=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98505C is #67AFA3. Grayscale: #666666. Windows color (decimal): -6795172 or 6049944. OLE color: 6049944.
HSL color Cylindrical-coordinate representation of color #98505C: hue angle of 350º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98505C is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 92 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.40 |
| HSL | 350º | 0.31% | 0.45% | - |
| HSV(B) | 350º | 0.47% | 0.6% | - |
| XYZ | 17.75 | 13.19 | 11.73 | - |
| YUV | 102.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 92 | 0 | 0.47 | 0.39 | 0.40 | 350 | 0.31 | 0.45 |
| Hex | 98 | 50 | 5C | 0 | 2F | 27 | 28 | 15E | 1F | 2D |
| Octal | 230 | 120 | 134 | 0 | 57 | 47 | 50 | 536 | 37 | 55 |
| Binary | 10011000 | 1010000 | 1011100 | 0 | 101111 | 100111 | 101000 | 101011110 | 11111 | 101101 |
Color Harmonies of #98505C
Complementary color
Monochromatic Colors of #98505C
Black with #98505C
Text Example
Text Example
White with #98505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98505C; }
p { color: rgb(152,80,92); }
H1.HeaderClassName
{
color: #98505C;
}
.AnyTagClassName
{
color: #98505C;
}
</style>
background-color css
<style>
a { background-color: #98505C; }
a { background-color: rgb(152,80,92); }
div.DivClassName
{
background-color: #98505C;
}
.BgClassName
{
background-color: #98505C;
}
</style>
border-color css
<style>
span { border-color: #98505C; }
span { border-color: rgb(152,80,92); }
td.TdClassName
{
border-color: #98505C;
}
.TagClassName
{
border-color: #98505C;
}
</style>