Shades of Vin Rouge #9A545A
Tints of Vin Rouge #9A545A
RGB
CMYK
RGB Variations
Color information
#9A545A (or 0x9A545A) is known color: Vin Rouge. HEX triplet: 9A, 54 and 5A. RGB value is (154,84,90). Sum of RGB (Red+Green+Blue) = 154+84+90=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A545A is #65ABA5. Grayscale: #696969. Windows color (decimal): -6663078 or 5919898. OLE color: 5919898.
HSL color Cylindrical-coordinate representation of color #9A545A: hue angle of 354.86º 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 #9A545A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 84 | 90 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.40 |
| HSL | 354.86º | 0.29% | 0.47% | - |
| HSV(B) | 354.86º | 0.45% | 0.6% | - |
| XYZ | 18.34 | 13.95 | 11.4 | - |
| YUV | 105.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 90 | 0 | 0.45 | 0.42 | 0.40 | 354.86 | 0.29 | 0.47 |
| Hex | 9A | 54 | 5A | 0 | 2D | 2A | 28 | 163 | 1D | 2F |
| Octal | 232 | 124 | 132 | 0 | 55 | 52 | 50 | 543 | 35 | 57 |
| Binary | 10011010 | 1010100 | 1011010 | 0 | 101101 | 101010 | 101000 | 101100011 | 11101 | 101111 |
Color Harmonies of #9A545A
Complementary color
Monochromatic Colors of #9A545A
Black with #9A545A
Text Example
Text Example
White with #9A545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A545A; }
p { color: rgb(154,84,90); }
H1.HeaderClassName
{
color: #9A545A;
}
.AnyTagClassName
{
color: #9A545A;
}
</style>
background-color css
<style>
a { background-color: #9A545A; }
a { background-color: rgb(154,84,90); }
div.DivClassName
{
background-color: #9A545A;
}
.BgClassName
{
background-color: #9A545A;
}
</style>
border-color css
<style>
span { border-color: #9A545A; }
span { border-color: rgb(154,84,90); }
td.TdClassName
{
border-color: #9A545A;
}
.TagClassName
{
border-color: #9A545A;
}
</style>