Shades of Vin Rouge #9C535A
Tints of Vin Rouge #9C535A
RGB
CMYK
RGB Variations
Color information
#9C535A (or 0x9C535A) is known color: Vin Rouge. HEX triplet: 9C, 53 and 5A. RGB value is (156,83,90). Sum of RGB (Red+Green+Blue) = 156+83+90=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C535A is #63ACA5. Grayscale: #696969. Windows color (decimal): -6532262 or 5919644. OLE color: 5919644.
HSL color Cylindrical-coordinate representation of color #9C535A: hue angle of 354.25º 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 #9C535A is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 90 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.39 |
| HSL | 354.25º | 0.31% | 0.47% | - |
| HSV(B) | 354.25º | 0.47% | 0.61% | - |
| XYZ | 18.65 | 13.99 | 11.39 | - |
| YUV | 105.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 90 | 0 | 0.47 | 0.42 | 0.39 | 354.25 | 0.31 | 0.47 |
| Hex | 9C | 53 | 5A | 0 | 2F | 2A | 27 | 162 | 1F | 2F |
| Octal | 234 | 123 | 132 | 0 | 57 | 52 | 47 | 542 | 37 | 57 |
| Binary | 10011100 | 1010011 | 1011010 | 0 | 101111 | 101010 | 100111 | 101100010 | 11111 | 101111 |
Color Harmonies of #9C535A
Complementary color
Monochromatic Colors of #9C535A
Black with #9C535A
Text Example
Text Example
White with #9C535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C535A; }
p { color: rgb(156,83,90); }
H1.HeaderClassName
{
color: #9C535A;
}
.AnyTagClassName
{
color: #9C535A;
}
</style>
background-color css
<style>
a { background-color: #9C535A; }
a { background-color: rgb(156,83,90); }
div.DivClassName
{
background-color: #9C535A;
}
.BgClassName
{
background-color: #9C535A;
}
</style>
border-color css
<style>
span { border-color: #9C535A; }
span { border-color: rgb(156,83,90); }
td.TdClassName
{
border-color: #9C535A;
}
.TagClassName
{
border-color: #9C535A;
}
</style>