Shades of Vin Rouge #9A545E
Tints of Vin Rouge #9A545E
RGB
CMYK
RGB Variations
Color information
#9A545E (or 0x9A545E) is known color: Vin Rouge. HEX triplet: 9A, 54 and 5E. RGB value is (154,84,94). Sum of RGB (Red+Green+Blue) = 154+84+94=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A545E is #65ABA1. Grayscale: #6A6A6A. Windows color (decimal): -6663074 or 6182042. OLE color: 6182042.
HSL color Cylindrical-coordinate representation of color #9A545E: hue angle of 351.43º 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 #9A545E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 84 | 94 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.40 |
| HSL | 351.43º | 0.29% | 0.47% | - |
| HSV(B) | 351.43º | 0.45% | 0.6% | - |
| XYZ | 18.52 | 14.02 | 12.32 | - |
| YUV | 106.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 94 | 0 | 0.45 | 0.39 | 0.40 | 351.43 | 0.29 | 0.47 |
| Hex | 9A | 54 | 5E | 0 | 2D | 27 | 28 | 15F | 1D | 2F |
| Octal | 232 | 124 | 136 | 0 | 55 | 47 | 50 | 537 | 35 | 57 |
| Binary | 10011010 | 1010100 | 1011110 | 0 | 101101 | 100111 | 101000 | 101011111 | 11101 | 101111 |
Color Harmonies of #9A545E
Complementary color
Monochromatic Colors of #9A545E
Black with #9A545E
Text Example
Text Example
White with #9A545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A545E; }
p { color: rgb(154,84,94); }
H1.HeaderClassName
{
color: #9A545E;
}
.AnyTagClassName
{
color: #9A545E;
}
</style>
background-color css
<style>
a { background-color: #9A545E; }
a { background-color: rgb(154,84,94); }
div.DivClassName
{
background-color: #9A545E;
}
.BgClassName
{
background-color: #9A545E;
}
</style>
border-color css
<style>
span { border-color: #9A545E; }
span { border-color: rgb(154,84,94); }
td.TdClassName
{
border-color: #9A545E;
}
.TagClassName
{
border-color: #9A545E;
}
</style>