Shades of Vin Rouge #905764
Tints of Vin Rouge #905764
RGB
CMYK
RGB Variations
Color information
#905764 (or 0x905764) is known color: Vin Rouge. HEX triplet: 90, 57 and 64. RGB value is (144,87,100). Sum of RGB (Red+Green+Blue) = 144+87+100=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #905764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905764 is #6FA89B. Grayscale: #696969. Windows color (decimal): -7317660 or 6576016. OLE color: 6576016.
HSL color Cylindrical-coordinate representation of color #905764: hue angle of 346.32º 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 #905764 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 100 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.44 |
| HSL | 346.32º | 0.25% | 0.45% | - |
| HSV(B) | 346.32º | 0.4% | 0.56% | - |
| XYZ | 17.21 | 13.67 | 13.79 | - |
| YUV | 105.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 100 | 0 | 0.40 | 0.31 | 0.44 | 346.32 | 0.25 | 0.45 |
| Hex | 90 | 57 | 64 | 0 | 28 | 1F | 2C | 15A | 19 | 2D |
| Octal | 220 | 127 | 144 | 0 | 50 | 37 | 54 | 532 | 31 | 55 |
| Binary | 10010000 | 1010111 | 1100100 | 0 | 101000 | 11111 | 101100 | 101011010 | 11001 | 101101 |
Color Harmonies of #905764
Complementary color
Monochromatic Colors of #905764
Black with #905764
Text Example
Text Example
White with #905764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905764; }
p { color: rgb(144,87,100); }
H1.HeaderClassName
{
color: #905764;
}
.AnyTagClassName
{
color: #905764;
}
</style>
background-color css
<style>
a { background-color: #905764; }
a { background-color: rgb(144,87,100); }
div.DivClassName
{
background-color: #905764;
}
.BgClassName
{
background-color: #905764;
}
</style>
border-color css
<style>
span { border-color: #905764; }
span { border-color: rgb(144,87,100); }
td.TdClassName
{
border-color: #905764;
}
.TagClassName
{
border-color: #905764;
}
</style>