Shades of Vin Rouge #905663
Tints of Vin Rouge #905663
RGB
CMYK
RGB Variations
Color information
#905663 (or 0x905663) is known color: Vin Rouge. HEX triplet: 90, 56 and 63. RGB value is (144,86,99). Sum of RGB (Red+Green+Blue) = 144+86+99=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #905663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905663 is #6FA99C. Grayscale: #686868. Windows color (decimal): -7317917 or 6510224. OLE color: 6510224.
HSL color Cylindrical-coordinate representation of color #905663: hue angle of 346.55º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905663 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 99 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.44 |
| HSL | 346.55º | 0.25% | 0.45% | - |
| HSV(B) | 346.55º | 0.4% | 0.56% | - |
| XYZ | 17.08 | 13.49 | 13.51 | - |
| YUV | 104.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 99 | 0 | 0.40 | 0.31 | 0.44 | 346.55 | 0.25 | 0.45 |
| Hex | 90 | 56 | 63 | 0 | 28 | 1F | 2C | 15B | 19 | 2D |
| Octal | 220 | 126 | 143 | 0 | 50 | 37 | 54 | 533 | 31 | 55 |
| Binary | 10010000 | 1010110 | 1100011 | 0 | 101000 | 11111 | 101100 | 101011011 | 11001 | 101101 |
Color Harmonies of #905663
Complementary color
Monochromatic Colors of #905663
Black with #905663
Text Example
Text Example
White with #905663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905663; }
p { color: rgb(144,86,99); }
H1.HeaderClassName
{
color: #905663;
}
.AnyTagClassName
{
color: #905663;
}
</style>
background-color css
<style>
a { background-color: #905663; }
a { background-color: rgb(144,86,99); }
div.DivClassName
{
background-color: #905663;
}
.BgClassName
{
background-color: #905663;
}
</style>
border-color css
<style>
span { border-color: #905663; }
span { border-color: rgb(144,86,99); }
td.TdClassName
{
border-color: #905663;
}
.TagClassName
{
border-color: #905663;
}
</style>