Shades of Vin Rouge #9B565B
Tints of Vin Rouge #9B565B
RGB
CMYK
RGB Variations
Color information
#9B565B (or 0x9B565B) is known color: Vin Rouge. HEX triplet: 9B, 56 and 5B. RGB value is (155,86,91). Sum of RGB (Red+Green+Blue) = 155+86+91=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B565B is #64A9A4. Grayscale: #6B6B6B. Windows color (decimal): -6597029 or 5985947. OLE color: 5985947.
HSL color Cylindrical-coordinate representation of color #9B565B: hue angle of 355.65º 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 #9B565B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 86 | 91 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.39 |
| HSL | 355.65º | 0.29% | 0.47% | - |
| HSV(B) | 355.65º | 0.45% | 0.61% | - |
| XYZ | 18.73 | 14.38 | 11.69 | - |
| YUV | 107.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 91 | 0 | 0.45 | 0.41 | 0.39 | 355.65 | 0.29 | 0.47 |
| Hex | 9B | 56 | 5B | 0 | 2D | 29 | 27 | 164 | 1D | 2F |
| Octal | 233 | 126 | 133 | 0 | 55 | 51 | 47 | 544 | 35 | 57 |
| Binary | 10011011 | 1010110 | 1011011 | 0 | 101101 | 101001 | 100111 | 101100100 | 11101 | 101111 |
Color Harmonies of #9B565B
Complementary color
Monochromatic Colors of #9B565B
Black with #9B565B
Text Example
Text Example
White with #9B565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B565B; }
p { color: rgb(155,86,91); }
H1.HeaderClassName
{
color: #9B565B;
}
.AnyTagClassName
{
color: #9B565B;
}
</style>
background-color css
<style>
a { background-color: #9B565B; }
a { background-color: rgb(155,86,91); }
div.DivClassName
{
background-color: #9B565B;
}
.BgClassName
{
background-color: #9B565B;
}
</style>
border-color css
<style>
span { border-color: #9B565B; }
span { border-color: rgb(155,86,91); }
td.TdClassName
{
border-color: #9B565B;
}
.TagClassName
{
border-color: #9B565B;
}
</style>