Shades of Vin Rouge #9B565C
Tints of Vin Rouge #9B565C
RGB
CMYK
RGB Variations
Color information
#9B565C (or 0x9B565C) is known color: Vin Rouge. HEX triplet: 9B, 56 and 5C. RGB value is (155,86,92). Sum of RGB (Red+Green+Blue) = 155+86+92=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B565C is #64A9A3. Grayscale: #6B6B6B. Windows color (decimal): -6597028 or 6051483. OLE color: 6051483.
HSL color Cylindrical-coordinate representation of color #9B565C: hue angle of 354.78º 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 #9B565C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 86 | 92 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.39 |
| HSL | 354.78º | 0.29% | 0.47% | - |
| HSV(B) | 354.78º | 0.45% | 0.61% | - |
| XYZ | 18.78 | 14.4 | 11.91 | - |
| YUV | 107.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 92 | 0 | 0.45 | 0.41 | 0.39 | 354.78 | 0.29 | 0.47 |
| Hex | 9B | 56 | 5C | 0 | 2D | 29 | 27 | 163 | 1D | 2F |
| Octal | 233 | 126 | 134 | 0 | 55 | 51 | 47 | 543 | 35 | 57 |
| Binary | 10011011 | 1010110 | 1011100 | 0 | 101101 | 101001 | 100111 | 101100011 | 11101 | 101111 |
Color Harmonies of #9B565C
Complementary color
Monochromatic Colors of #9B565C
Black with #9B565C
Text Example
Text Example
White with #9B565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B565C; }
p { color: rgb(155,86,92); }
H1.HeaderClassName
{
color: #9B565C;
}
.AnyTagClassName
{
color: #9B565C;
}
</style>
background-color css
<style>
a { background-color: #9B565C; }
a { background-color: rgb(155,86,92); }
div.DivClassName
{
background-color: #9B565C;
}
.BgClassName
{
background-color: #9B565C;
}
</style>
border-color css
<style>
span { border-color: #9B565C; }
span { border-color: rgb(155,86,92); }
td.TdClassName
{
border-color: #9B565C;
}
.TagClassName
{
border-color: #9B565C;
}
</style>