Shades of Vin Rouge #9E526F
Tints of Vin Rouge #9E526F
RGB
CMYK
RGB Variations
Color information
#9E526F (or 0x9E526F) is known color: Vin Rouge. HEX triplet: 9E, 52 and 6F. RGB value is (158,82,111). Sum of RGB (Red+Green+Blue) = 158+82+111=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E526F is #61AD90. Grayscale: #6B6B6B. Windows color (decimal): -6401425 or 7295646. OLE color: 7295646.
HSL color Cylindrical-coordinate representation of color #9E526F: hue angle of 337.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E526F is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 111 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.38 |
| HSL | 337.11º | 0.32% | 0.47% | - |
| HSV(B) | 337.11º | 0.48% | 0.62% | - |
| XYZ | 19.99 | 14.45 | 16.77 | - |
| YUV | 108.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 111 | 0 | 0.48 | 0.30 | 0.38 | 337.11 | 0.32 | 0.47 |
| Hex | 9E | 52 | 6F | 0 | 30 | 1E | 26 | 151 | 20 | 2F |
| Octal | 236 | 122 | 157 | 0 | 60 | 36 | 46 | 521 | 40 | 57 |
| Binary | 10011110 | 1010010 | 1101111 | 0 | 110000 | 11110 | 100110 | 101010001 | 100000 | 101111 |
Color Harmonies of #9E526F
Complementary color
Monochromatic Colors of #9E526F
Black with #9E526F
Text Example
Text Example
White with #9E526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E526F; }
p { color: rgb(158,82,111); }
H1.HeaderClassName
{
color: #9E526F;
}
.AnyTagClassName
{
color: #9E526F;
}
</style>
background-color css
<style>
a { background-color: #9E526F; }
a { background-color: rgb(158,82,111); }
div.DivClassName
{
background-color: #9E526F;
}
.BgClassName
{
background-color: #9E526F;
}
</style>
border-color css
<style>
span { border-color: #9E526F; }
span { border-color: rgb(158,82,111); }
td.TdClassName
{
border-color: #9E526F;
}
.TagClassName
{
border-color: #9E526F;
}
</style>