Shades of Vin Rouge #9B5867
Tints of Vin Rouge #9B5867
RGB
CMYK
RGB Variations
Color information
#9B5867 (or 0x9B5867) is known color: Vin Rouge. HEX triplet: 9B, 58 and 67. RGB value is (155,88,103). Sum of RGB (Red+Green+Blue) = 155+88+103=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5867 is #64A798. Grayscale: #6D6D6D. Windows color (decimal): -6596505 or 6772891. OLE color: 6772891.
HSL color Cylindrical-coordinate representation of color #9B5867: hue angle of 346.57º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5867 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 103 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.39 |
| HSL | 346.57º | 0.28% | 0.48% | - |
| HSV(B) | 346.57º | 0.43% | 0.61% | - |
| XYZ | 19.46 | 14.93 | 14.69 | - |
| YUV | 109.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 103 | 0 | 0.43 | 0.34 | 0.39 | 346.57 | 0.28 | 0.48 |
| Hex | 9B | 58 | 67 | 0 | 2B | 22 | 27 | 15B | 1C | 30 |
| Octal | 233 | 130 | 147 | 0 | 53 | 42 | 47 | 533 | 34 | 60 |
| Binary | 10011011 | 1011000 | 1100111 | 0 | 101011 | 100010 | 100111 | 101011011 | 11100 | 110000 |
Color Harmonies of #9B5867
Complementary color
Monochromatic Colors of #9B5867
Black with #9B5867
Text Example
Text Example
White with #9B5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5867; }
p { color: rgb(155,88,103); }
H1.HeaderClassName
{
color: #9B5867;
}
.AnyTagClassName
{
color: #9B5867;
}
</style>
background-color css
<style>
a { background-color: #9B5867; }
a { background-color: rgb(155,88,103); }
div.DivClassName
{
background-color: #9B5867;
}
.BgClassName
{
background-color: #9B5867;
}
</style>
border-color css
<style>
span { border-color: #9B5867; }
span { border-color: rgb(155,88,103); }
td.TdClassName
{
border-color: #9B5867;
}
.TagClassName
{
border-color: #9B5867;
}
</style>