Shades of Vin Rouge #9C5362
Tints of Vin Rouge #9C5362
RGB
CMYK
RGB Variations
Color information
#9C5362 (or 0x9C5362) is known color: Vin Rouge. HEX triplet: 9C, 53 and 62. RGB value is (156,83,98). Sum of RGB (Red+Green+Blue) = 156+83+98=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5362 is #63AC9D. Grayscale: #6A6A6A. Windows color (decimal): -6532254 or 6443932. OLE color: 6443932.
HSL color Cylindrical-coordinate representation of color #9C5362: hue angle of 347.67º 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 #9C5362 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 98 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.39 |
| HSL | 347.67º | 0.31% | 0.47% | - |
| HSV(B) | 347.67º | 0.47% | 0.61% | - |
| XYZ | 19.01 | 14.14 | 13.28 | - |
| YUV | 106.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 98 | 0 | 0.47 | 0.37 | 0.39 | 347.67 | 0.31 | 0.47 |
| Hex | 9C | 53 | 62 | 0 | 2F | 25 | 27 | 15C | 1F | 2F |
| Octal | 234 | 123 | 142 | 0 | 57 | 45 | 47 | 534 | 37 | 57 |
| Binary | 10011100 | 1010011 | 1100010 | 0 | 101111 | 100101 | 100111 | 101011100 | 11111 | 101111 |
Color Harmonies of #9C5362
Complementary color
Monochromatic Colors of #9C5362
Black with #9C5362
Text Example
Text Example
White with #9C5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5362; }
p { color: rgb(156,83,98); }
H1.HeaderClassName
{
color: #9C5362;
}
.AnyTagClassName
{
color: #9C5362;
}
</style>
background-color css
<style>
a { background-color: #9C5362; }
a { background-color: rgb(156,83,98); }
div.DivClassName
{
background-color: #9C5362;
}
.BgClassName
{
background-color: #9C5362;
}
</style>
border-color css
<style>
span { border-color: #9C5362; }
span { border-color: rgb(156,83,98); }
td.TdClassName
{
border-color: #9C5362;
}
.TagClassName
{
border-color: #9C5362;
}
</style>