Shades of Vin Rouge #9B585A
Tints of Vin Rouge #9B585A
RGB
CMYK
RGB Variations
Color information
#9B585A (or 0x9B585A) is known color: Vin Rouge. HEX triplet: 9B, 58 and 5A. RGB value is (155,88,90). Sum of RGB (Red+Green+Blue) = 155+88+90=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B585A is #64A7A5. Grayscale: #6C6C6C. Windows color (decimal): -6596518 or 5920923. OLE color: 5920923.
HSL color Cylindrical-coordinate representation of color #9B585A: hue angle of 358.21º 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 #9B585A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 90 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.39 |
| HSL | 358.21º | 0.28% | 0.48% | - |
| HSV(B) | 358.21º | 0.43% | 0.61% | - |
| XYZ | 18.85 | 14.69 | 11.51 | - |
| YUV | 108.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 90 | 0 | 0.43 | 0.42 | 0.39 | 358.21 | 0.28 | 0.48 |
| Hex | 9B | 58 | 5A | 0 | 2B | 2A | 27 | 166 | 1C | 30 |
| Octal | 233 | 130 | 132 | 0 | 53 | 52 | 47 | 546 | 34 | 60 |
| Binary | 10011011 | 1011000 | 1011010 | 0 | 101011 | 101010 | 100111 | 101100110 | 11100 | 110000 |
Color Harmonies of #9B585A
Complementary color
Monochromatic Colors of #9B585A
Black with #9B585A
Text Example
Text Example
White with #9B585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B585A; }
p { color: rgb(155,88,90); }
H1.HeaderClassName
{
color: #9B585A;
}
.AnyTagClassName
{
color: #9B585A;
}
</style>
background-color css
<style>
a { background-color: #9B585A; }
a { background-color: rgb(155,88,90); }
div.DivClassName
{
background-color: #9B585A;
}
.BgClassName
{
background-color: #9B585A;
}
</style>
border-color css
<style>
span { border-color: #9B585A; }
span { border-color: rgb(155,88,90); }
td.TdClassName
{
border-color: #9B585A;
}
.TagClassName
{
border-color: #9B585A;
}
</style>