Shades of Vin Rouge #9C545F
Tints of Vin Rouge #9C545F
RGB
CMYK
RGB Variations
Color information
#9C545F (or 0x9C545F) is known color: Vin Rouge. HEX triplet: 9C, 54 and 5F. RGB value is (156,84,95). Sum of RGB (Red+Green+Blue) = 156+84+95=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C545F is #63ABA0. Grayscale: #6A6A6A. Windows color (decimal): -6532001 or 6247580. OLE color: 6247580.
HSL color Cylindrical-coordinate representation of color #9C545F: hue angle of 350.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C545F is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 95 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.39 |
| HSL | 350.83º | 0.3% | 0.47% | - |
| HSV(B) | 350.83º | 0.46% | 0.61% | - |
| XYZ | 18.95 | 14.23 | 12.58 | - |
| YUV | 106.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 95 | 0 | 0.46 | 0.39 | 0.39 | 350.83 | 0.3 | 0.47 |
| Hex | 9C | 54 | 5F | 0 | 2E | 27 | 27 | 15F | 1E | 2F |
| Octal | 234 | 124 | 137 | 0 | 56 | 47 | 47 | 537 | 36 | 57 |
| Binary | 10011100 | 1010100 | 1011111 | 0 | 101110 | 100111 | 100111 | 101011111 | 11110 | 101111 |
Color Harmonies of #9C545F
Complementary color
Monochromatic Colors of #9C545F
Black with #9C545F
Text Example
Text Example
White with #9C545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C545F; }
p { color: rgb(156,84,95); }
H1.HeaderClassName
{
color: #9C545F;
}
.AnyTagClassName
{
color: #9C545F;
}
</style>
background-color css
<style>
a { background-color: #9C545F; }
a { background-color: rgb(156,84,95); }
div.DivClassName
{
background-color: #9C545F;
}
.BgClassName
{
background-color: #9C545F;
}
</style>
border-color css
<style>
span { border-color: #9C545F; }
span { border-color: rgb(156,84,95); }
td.TdClassName
{
border-color: #9C545F;
}
.TagClassName
{
border-color: #9C545F;
}
</style>