Shades of Vin Rouge #9A5967
Tints of Vin Rouge #9A5967
RGB
CMYK
RGB Variations
Color information
#9A5967 (or 0x9A5967) is known color: Vin Rouge. HEX triplet: 9A, 59 and 67. RGB value is (154,89,103). Sum of RGB (Red+Green+Blue) = 154+89+103=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5967 is #65A698. Grayscale: #6E6E6E. Windows color (decimal): -6661785 or 6773146. OLE color: 6773146.
HSL color Cylindrical-coordinate representation of color #9A5967: hue angle of 347.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A5967 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 103 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.40 |
| HSL | 347.08º | 0.27% | 0.48% | - |
| HSV(B) | 347.08º | 0.42% | 0.6% | - |
| XYZ | 19.35 | 14.99 | 14.71 | - |
| YUV | 110.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 103 | 0 | 0.42 | 0.33 | 0.40 | 347.08 | 0.27 | 0.48 |
| Hex | 9A | 59 | 67 | 0 | 2A | 21 | 28 | 15B | 1B | 30 |
| Octal | 232 | 131 | 147 | 0 | 52 | 41 | 50 | 533 | 33 | 60 |
| Binary | 10011010 | 1011001 | 1100111 | 0 | 101010 | 100001 | 101000 | 101011011 | 11011 | 110000 |
Color Harmonies of #9A5967
Complementary color
Monochromatic Colors of #9A5967
Black with #9A5967
Text Example
Text Example
White with #9A5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5967; }
p { color: rgb(154,89,103); }
H1.HeaderClassName
{
color: #9A5967;
}
.AnyTagClassName
{
color: #9A5967;
}
</style>
background-color css
<style>
a { background-color: #9A5967; }
a { background-color: rgb(154,89,103); }
div.DivClassName
{
background-color: #9A5967;
}
.BgClassName
{
background-color: #9A5967;
}
</style>
border-color css
<style>
span { border-color: #9A5967; }
span { border-color: rgb(154,89,103); }
td.TdClassName
{
border-color: #9A5967;
}
.TagClassName
{
border-color: #9A5967;
}
</style>