Shades of Vin Rouge #98575D
Tints of Vin Rouge #98575D
RGB
CMYK
RGB Variations
Color information
#98575D (or 0x98575D) is known color: Vin Rouge. HEX triplet: 98, 57 and 5D. RGB value is (152,87,93). Sum of RGB (Red+Green+Blue) = 152+87+93=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98575D is #67A8A2. Grayscale: #6B6B6B. Windows color (decimal): -6793379 or 6117272. OLE color: 6117272.
HSL color Cylindrical-coordinate representation of color #98575D: hue angle of 354.46º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98575D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 93 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.40 |
| HSL | 354.46º | 0.27% | 0.47% | - |
| HSV(B) | 354.46º | 0.43% | 0.6% | - |
| XYZ | 18.33 | 14.28 | 12.15 | - |
| YUV | 107.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 93 | 0 | 0.43 | 0.39 | 0.40 | 354.46 | 0.27 | 0.47 |
| Hex | 98 | 57 | 5D | 0 | 2B | 27 | 28 | 162 | 1B | 2F |
| Octal | 230 | 127 | 135 | 0 | 53 | 47 | 50 | 542 | 33 | 57 |
| Binary | 10011000 | 1010111 | 1011101 | 0 | 101011 | 100111 | 101000 | 101100010 | 11011 | 101111 |
Color Harmonies of #98575D
Complementary color
Monochromatic Colors of #98575D
Black with #98575D
Text Example
Text Example
White with #98575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98575D; }
p { color: rgb(152,87,93); }
H1.HeaderClassName
{
color: #98575D;
}
.AnyTagClassName
{
color: #98575D;
}
</style>
background-color css
<style>
a { background-color: #98575D; }
a { background-color: rgb(152,87,93); }
div.DivClassName
{
background-color: #98575D;
}
.BgClassName
{
background-color: #98575D;
}
</style>
border-color css
<style>
span { border-color: #98575D; }
span { border-color: rgb(152,87,93); }
td.TdClassName
{
border-color: #98575D;
}
.TagClassName
{
border-color: #98575D;
}
</style>