Shades of Vin Rouge #925764
Tints of Vin Rouge #925764
RGB
CMYK
RGB Variations
Color information
#925764 (or 0x925764) is known color: Vin Rouge. HEX triplet: 92, 57 and 64. RGB value is (146,87,100). Sum of RGB (Red+Green+Blue) = 146+87+100=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #925764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925764 is #6DA89B. Grayscale: #6A6A6A. Windows color (decimal): -7186588 or 6576018. OLE color: 6576018.
HSL color Cylindrical-coordinate representation of color #925764: hue angle of 346.78º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925764 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 100 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.43 |
| HSL | 346.78º | 0.25% | 0.46% | - |
| HSV(B) | 346.78º | 0.4% | 0.57% | - |
| XYZ | 17.56 | 13.85 | 13.8 | - |
| YUV | 106.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 100 | 0 | 0.40 | 0.32 | 0.43 | 346.78 | 0.25 | 0.46 |
| Hex | 92 | 57 | 64 | 0 | 28 | 20 | 2B | 15B | 19 | 2E |
| Octal | 222 | 127 | 144 | 0 | 50 | 40 | 53 | 533 | 31 | 56 |
| Binary | 10010010 | 1010111 | 1100100 | 0 | 101000 | 100000 | 101011 | 101011011 | 11001 | 101110 |
Color Harmonies of #925764
Complementary color
Monochromatic Colors of #925764
Black with #925764
Text Example
Text Example
White with #925764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925764; }
p { color: rgb(146,87,100); }
H1.HeaderClassName
{
color: #925764;
}
.AnyTagClassName
{
color: #925764;
}
</style>
background-color css
<style>
a { background-color: #925764; }
a { background-color: rgb(146,87,100); }
div.DivClassName
{
background-color: #925764;
}
.BgClassName
{
background-color: #925764;
}
</style>
border-color css
<style>
span { border-color: #925764; }
span { border-color: rgb(146,87,100); }
td.TdClassName
{
border-color: #925764;
}
.TagClassName
{
border-color: #925764;
}
</style>