Shades of Vin Rouge #98515A
Tints of Vin Rouge #98515A
RGB
CMYK
RGB Variations
Color information
#98515A (or 0x98515A) is known color: Vin Rouge. HEX triplet: 98, 51 and 5A. RGB value is (152,81,90). Sum of RGB (Red+Green+Blue) = 152+81+90=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98515A is #67AEA5. Grayscale: #676767. Windows color (decimal): -6794918 or 5919128. OLE color: 5919128.
HSL color Cylindrical-coordinate representation of color #98515A: hue angle of 352.39º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98515A is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 90 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.40 |
| HSL | 352.39º | 0.3% | 0.46% | - |
| HSV(B) | 352.39º | 0.47% | 0.6% | - |
| XYZ | 17.74 | 13.3 | 11.3 | - |
| YUV | 103.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 90 | 0 | 0.47 | 0.41 | 0.40 | 352.39 | 0.3 | 0.46 |
| Hex | 98 | 51 | 5A | 0 | 2F | 29 | 28 | 160 | 1E | 2E |
| Octal | 230 | 121 | 132 | 0 | 57 | 51 | 50 | 540 | 36 | 56 |
| Binary | 10011000 | 1010001 | 1011010 | 0 | 101111 | 101001 | 101000 | 101100000 | 11110 | 101110 |
Color Harmonies of #98515A
Complementary color
Monochromatic Colors of #98515A
Black with #98515A
Text Example
Text Example
White with #98515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98515A; }
p { color: rgb(152,81,90); }
H1.HeaderClassName
{
color: #98515A;
}
.AnyTagClassName
{
color: #98515A;
}
</style>
background-color css
<style>
a { background-color: #98515A; }
a { background-color: rgb(152,81,90); }
div.DivClassName
{
background-color: #98515A;
}
.BgClassName
{
background-color: #98515A;
}
</style>
border-color css
<style>
span { border-color: #98515A; }
span { border-color: rgb(152,81,90); }
td.TdClassName
{
border-color: #98515A;
}
.TagClassName
{
border-color: #98515A;
}
</style>