Shades of Vin Rouge #9A545F
Tints of Vin Rouge #9A545F
RGB
CMYK
RGB Variations
Color information
#9A545F (or 0x9A545F) is known color: Vin Rouge. HEX triplet: 9A, 54 and 5F. RGB value is (154,84,95). Sum of RGB (Red+Green+Blue) = 154+84+95=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A545F is #65ABA0. Grayscale: #6A6A6A. Windows color (decimal): -6663073 or 6247578. OLE color: 6247578.
HSL color Cylindrical-coordinate representation of color #9A545F: hue angle of 350.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A545F is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 84 | 95 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.40 |
| HSL | 350.57º | 0.29% | 0.47% | - |
| HSV(B) | 350.57º | 0.45% | 0.6% | - |
| XYZ | 18.56 | 14.04 | 12.56 | - |
| YUV | 106.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 95 | 0 | 0.45 | 0.38 | 0.40 | 350.57 | 0.29 | 0.47 |
| Hex | 9A | 54 | 5F | 0 | 2D | 26 | 28 | 15F | 1D | 2F |
| Octal | 232 | 124 | 137 | 0 | 55 | 46 | 50 | 537 | 35 | 57 |
| Binary | 10011010 | 1010100 | 1011111 | 0 | 101101 | 100110 | 101000 | 101011111 | 11101 | 101111 |
Color Harmonies of #9A545F
Complementary color
Monochromatic Colors of #9A545F
Black with #9A545F
Text Example
Text Example
White with #9A545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A545F; }
p { color: rgb(154,84,95); }
H1.HeaderClassName
{
color: #9A545F;
}
.AnyTagClassName
{
color: #9A545F;
}
</style>
background-color css
<style>
a { background-color: #9A545F; }
a { background-color: rgb(154,84,95); }
div.DivClassName
{
background-color: #9A545F;
}
.BgClassName
{
background-color: #9A545F;
}
</style>
border-color css
<style>
span { border-color: #9A545F; }
span { border-color: rgb(154,84,95); }
td.TdClassName
{
border-color: #9A545F;
}
.TagClassName
{
border-color: #9A545F;
}
</style>