Shades of Vin Rouge #9F5367
Tints of Vin Rouge #9F5367
RGB
CMYK
RGB Variations
Color information
#9F5367 (or 0x9F5367) is known color: Vin Rouge. HEX triplet: 9F, 53 and 67. RGB value is (159,83,103). Sum of RGB (Red+Green+Blue) = 159+83+103=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5367 is #60AC98. Grayscale: #6B6B6B. Windows color (decimal): -6335641 or 6771615. OLE color: 6771615.
HSL color Cylindrical-coordinate representation of color #9F5367: hue angle of 344.21º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5367 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 103 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.38 |
| HSL | 344.21º | 0.31% | 0.47% | - |
| HSV(B) | 344.21º | 0.48% | 0.62% | - |
| XYZ | 19.84 | 14.54 | 14.59 | - |
| YUV | 108 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 103 | 0 | 0.48 | 0.35 | 0.38 | 344.21 | 0.31 | 0.47 |
| Hex | 9F | 53 | 67 | 0 | 30 | 23 | 26 | 158 | 1F | 2F |
| Octal | 237 | 123 | 147 | 0 | 60 | 43 | 46 | 530 | 37 | 57 |
| Binary | 10011111 | 1010011 | 1100111 | 0 | 110000 | 100011 | 100110 | 101011000 | 11111 | 101111 |
Color Harmonies of #9F5367
Complementary color
Monochromatic Colors of #9F5367
Black with #9F5367
Text Example
Text Example
White with #9F5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5367; }
p { color: rgb(159,83,103); }
H1.HeaderClassName
{
color: #9F5367;
}
.AnyTagClassName
{
color: #9F5367;
}
</style>
background-color css
<style>
a { background-color: #9F5367; }
a { background-color: rgb(159,83,103); }
div.DivClassName
{
background-color: #9F5367;
}
.BgClassName
{
background-color: #9F5367;
}
</style>
border-color css
<style>
span { border-color: #9F5367; }
span { border-color: rgb(159,83,103); }
td.TdClassName
{
border-color: #9F5367;
}
.TagClassName
{
border-color: #9F5367;
}
</style>