Shades of Vin Rouge #905664
Tints of Vin Rouge #905664
RGB
CMYK
RGB Variations
Color information
#905664 (or 0x905664) is known color: Vin Rouge. HEX triplet: 90, 56 and 64. RGB value is (144,86,100). Sum of RGB (Red+Green+Blue) = 144+86+100=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #905664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905664 is #6FA99B. Grayscale: #686868. Windows color (decimal): -7317916 or 6575760. OLE color: 6575760.
HSL color Cylindrical-coordinate representation of color #905664: hue angle of 345.52º 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 #905664 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 100 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.44 |
| HSL | 345.52º | 0.25% | 0.45% | - |
| HSV(B) | 345.52º | 0.4% | 0.56% | - |
| XYZ | 17.13 | 13.5 | 13.76 | - |
| YUV | 104.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 100 | 0 | 0.40 | 0.31 | 0.44 | 345.52 | 0.25 | 0.45 |
| Hex | 90 | 56 | 64 | 0 | 28 | 1F | 2C | 15A | 19 | 2D |
| Octal | 220 | 126 | 144 | 0 | 50 | 37 | 54 | 532 | 31 | 55 |
| Binary | 10010000 | 1010110 | 1100100 | 0 | 101000 | 11111 | 101100 | 101011010 | 11001 | 101101 |
Color Harmonies of #905664
Complementary color
Monochromatic Colors of #905664
Black with #905664
Text Example
Text Example
White with #905664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905664; }
p { color: rgb(144,86,100); }
H1.HeaderClassName
{
color: #905664;
}
.AnyTagClassName
{
color: #905664;
}
</style>
background-color css
<style>
a { background-color: #905664; }
a { background-color: rgb(144,86,100); }
div.DivClassName
{
background-color: #905664;
}
.BgClassName
{
background-color: #905664;
}
</style>
border-color css
<style>
span { border-color: #905664; }
span { border-color: rgb(144,86,100); }
td.TdClassName
{
border-color: #905664;
}
.TagClassName
{
border-color: #905664;
}
</style>