Shades of Vin Rouge #9C526E
Tints of Vin Rouge #9C526E
RGB
CMYK
RGB Variations
Color information
#9C526E (or 0x9C526E) is known color: Vin Rouge. HEX triplet: 9C, 52 and 6E. RGB value is (156,82,110). Sum of RGB (Red+Green+Blue) = 156+82+110=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C526E is #63AD91. Grayscale: #6B6B6B. Windows color (decimal): -6532498 or 7230108. OLE color: 7230108.
HSL color Cylindrical-coordinate representation of color #9C526E: hue angle of 337.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C526E is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 110 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.39 |
| HSL | 337.3º | 0.31% | 0.47% | - |
| HSV(B) | 337.3º | 0.47% | 0.61% | - |
| XYZ | 19.54 | 14.23 | 16.47 | - |
| YUV | 107.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 110 | 0 | 0.47 | 0.29 | 0.39 | 337.3 | 0.31 | 0.47 |
| Hex | 9C | 52 | 6E | 0 | 2F | 1D | 27 | 151 | 1F | 2F |
| Octal | 234 | 122 | 156 | 0 | 57 | 35 | 47 | 521 | 37 | 57 |
| Binary | 10011100 | 1010010 | 1101110 | 0 | 101111 | 11101 | 100111 | 101010001 | 11111 | 101111 |
Color Harmonies of #9C526E
Complementary color
Monochromatic Colors of #9C526E
Black with #9C526E
Text Example
Text Example
White with #9C526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C526E; }
p { color: rgb(156,82,110); }
H1.HeaderClassName
{
color: #9C526E;
}
.AnyTagClassName
{
color: #9C526E;
}
</style>
background-color css
<style>
a { background-color: #9C526E; }
a { background-color: rgb(156,82,110); }
div.DivClassName
{
background-color: #9C526E;
}
.BgClassName
{
background-color: #9C526E;
}
</style>
border-color css
<style>
span { border-color: #9C526E; }
span { border-color: rgb(156,82,110); }
td.TdClassName
{
border-color: #9C526E;
}
.TagClassName
{
border-color: #9C526E;
}
</style>