Shades of Vin Rouge #9B565D
Tints of Vin Rouge #9B565D
RGB
CMYK
RGB Variations
Color information
#9B565D (or 0x9B565D) is known color: Vin Rouge. HEX triplet: 9B, 56 and 5D. RGB value is (155,86,93). Sum of RGB (Red+Green+Blue) = 155+86+93=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B565D is #64A9A2. Grayscale: #6B6B6B. Windows color (decimal): -6597027 or 6117019. OLE color: 6117019.
HSL color Cylindrical-coordinate representation of color #9B565D: hue angle of 353.91º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B565D is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 86 | 93 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.39 |
| HSL | 353.91º | 0.29% | 0.47% | - |
| HSV(B) | 353.91º | 0.45% | 0.61% | - |
| XYZ | 18.82 | 14.41 | 12.15 | - |
| YUV | 107.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 93 | 0 | 0.45 | 0.4 | 0.39 | 353.91 | 0.29 | 0.47 |
| Hex | 9B | 56 | 5D | 0 | 2D | 28 | 27 | 162 | 1D | 2F |
| Octal | 233 | 126 | 135 | 0 | 55 | 50 | 47 | 542 | 35 | 57 |
| Binary | 10011011 | 1010110 | 1011101 | 0 | 101101 | 101000 | 100111 | 101100010 | 11101 | 101111 |
Color Harmonies of #9B565D
Complementary color
Monochromatic Colors of #9B565D
Black with #9B565D
Text Example
Text Example
White with #9B565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B565D; }
p { color: rgb(155,86,93); }
H1.HeaderClassName
{
color: #9B565D;
}
.AnyTagClassName
{
color: #9B565D;
}
</style>
background-color css
<style>
a { background-color: #9B565D; }
a { background-color: rgb(155,86,93); }
div.DivClassName
{
background-color: #9B565D;
}
.BgClassName
{
background-color: #9B565D;
}
</style>
border-color css
<style>
span { border-color: #9B565D; }
span { border-color: rgb(155,86,93); }
td.TdClassName
{
border-color: #9B565D;
}
.TagClassName
{
border-color: #9B565D;
}
</style>