Shades of Vin Rouge #905963
Tints of Vin Rouge #905963
RGB
CMYK
RGB Variations
Color information
#905963 (or 0x905963) is known color: Vin Rouge. HEX triplet: 90, 59 and 63. RGB value is (144,89,99). Sum of RGB (Red+Green+Blue) = 144+89+99=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #905963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905963 is #6FA69C. Grayscale: #6A6A6A. Windows color (decimal): -7317149 or 6510992. OLE color: 6510992.
HSL color Cylindrical-coordinate representation of color #905963: hue angle of 349.09º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905963 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 99 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.44 |
| HSL | 349.09º | 0.24% | 0.46% | - |
| HSV(B) | 349.09º | 0.38% | 0.56% | - |
| XYZ | 17.33 | 13.97 | 13.59 | - |
| YUV | 106.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 99 | 0 | 0.38 | 0.31 | 0.44 | 349.09 | 0.24 | 0.46 |
| Hex | 90 | 59 | 63 | 0 | 26 | 1F | 2C | 15D | 18 | 2E |
| Octal | 220 | 131 | 143 | 0 | 46 | 37 | 54 | 535 | 30 | 56 |
| Binary | 10010000 | 1011001 | 1100011 | 0 | 100110 | 11111 | 101100 | 101011101 | 11000 | 101110 |
Color Harmonies of #905963
Complementary color
Monochromatic Colors of #905963
Black with #905963
Text Example
Text Example
White with #905963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905963; }
p { color: rgb(144,89,99); }
H1.HeaderClassName
{
color: #905963;
}
.AnyTagClassName
{
color: #905963;
}
</style>
background-color css
<style>
a { background-color: #905963; }
a { background-color: rgb(144,89,99); }
div.DivClassName
{
background-color: #905963;
}
.BgClassName
{
background-color: #905963;
}
</style>
border-color css
<style>
span { border-color: #905963; }
span { border-color: rgb(144,89,99); }
td.TdClassName
{
border-color: #905963;
}
.TagClassName
{
border-color: #905963;
}
</style>