Shades of Vin Rouge #995358
Tints of Vin Rouge #995358
RGB
CMYK
RGB Variations
Color information
#995358 (or 0x995358) is known color: Vin Rouge. HEX triplet: 99, 53 and 58. RGB value is (153,83,88). Sum of RGB (Red+Green+Blue) = 153+83+88=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995358 is #66ACA7. Grayscale: #686868. Windows color (decimal): -6728872 or 5788569. OLE color: 5788569.
HSL color Cylindrical-coordinate representation of color #995358: hue angle of 355.71º 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 #995358 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 88 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.4 |
| HSL | 355.71º | 0.3% | 0.46% | - |
| HSV(B) | 355.71º | 0.46% | 0.6% | - |
| XYZ | 17.99 | 13.66 | 10.92 | - |
| YUV | 104.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 88 | 0 | 0.46 | 0.42 | 0.4 | 355.71 | 0.3 | 0.46 |
| Hex | 99 | 53 | 58 | 0 | 2E | 2A | 28 | 164 | 1E | 2E |
| Octal | 231 | 123 | 130 | 0 | 56 | 52 | 50 | 544 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1011000 | 0 | 101110 | 101010 | 101000 | 101100100 | 11110 | 101110 |
Color Harmonies of #995358
Complementary color
Monochromatic Colors of #995358
Black with #995358
Text Example
Text Example
White with #995358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995358; }
p { color: rgb(153,83,88); }
H1.HeaderClassName
{
color: #995358;
}
.AnyTagClassName
{
color: #995358;
}
</style>
background-color css
<style>
a { background-color: #995358; }
a { background-color: rgb(153,83,88); }
div.DivClassName
{
background-color: #995358;
}
.BgClassName
{
background-color: #995358;
}
</style>
border-color css
<style>
span { border-color: #995358; }
span { border-color: rgb(153,83,88); }
td.TdClassName
{
border-color: #995358;
}
.TagClassName
{
border-color: #995358;
}
</style>