Shades of Vin Rouge #9A5667
Tints of Vin Rouge #9A5667
RGB
CMYK
RGB Variations
Color information
#9A5667 (or 0x9A5667) is known color: Vin Rouge. HEX triplet: 9A, 56 and 67. RGB value is (154,86,103). Sum of RGB (Red+Green+Blue) = 154+86+103=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5667 is #65A998. Grayscale: #6C6C6C. Windows color (decimal): -6662553 or 6772378. OLE color: 6772378.
HSL color Cylindrical-coordinate representation of color #9A5667: hue angle of 345º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A5667 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 86 | 103 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.40 |
| HSL | 345º | 0.28% | 0.47% | - |
| HSV(B) | 345º | 0.44% | 0.6% | - |
| XYZ | 19.1 | 14.5 | 14.62 | - |
| YUV | 108.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 103 | 0 | 0.44 | 0.33 | 0.40 | 345 | 0.28 | 0.47 |
| Hex | 9A | 56 | 67 | 0 | 2C | 21 | 28 | 159 | 1C | 2F |
| Octal | 232 | 126 | 147 | 0 | 54 | 41 | 50 | 531 | 34 | 57 |
| Binary | 10011010 | 1010110 | 1100111 | 0 | 101100 | 100001 | 101000 | 101011001 | 11100 | 101111 |
Color Harmonies of #9A5667
Complementary color
Monochromatic Colors of #9A5667
Black with #9A5667
Text Example
Text Example
White with #9A5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5667; }
p { color: rgb(154,86,103); }
H1.HeaderClassName
{
color: #9A5667;
}
.AnyTagClassName
{
color: #9A5667;
}
</style>
background-color css
<style>
a { background-color: #9A5667; }
a { background-color: rgb(154,86,103); }
div.DivClassName
{
background-color: #9A5667;
}
.BgClassName
{
background-color: #9A5667;
}
</style>
border-color css
<style>
span { border-color: #9A5667; }
span { border-color: rgb(154,86,103); }
td.TdClassName
{
border-color: #9A5667;
}
.TagClassName
{
border-color: #9A5667;
}
</style>