Shades of Vin Rouge #924D57
Tints of Vin Rouge #924D57
RGB
CMYK
RGB Variations
Color information
#924D57 (or 0x924D57) is known color: Vin Rouge. HEX triplet: 92, 4D and 57. RGB value is (146,77,87). Sum of RGB (Red+Green+Blue) = 146+77+87=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #924D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D57 is #6DB2A8. Grayscale: #626262. Windows color (decimal): -7189161 or 5721490. OLE color: 5721490.
HSL color Cylindrical-coordinate representation of color #924D57: hue angle of 351.3º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924D57 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 87 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.43 |
| HSL | 351.3º | 0.31% | 0.44% | - |
| HSV(B) | 351.3º | 0.47% | 0.57% | - |
| XYZ | 16.23 | 12.11 | 10.5 | - |
| YUV | 98.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 87 | 0 | 0.47 | 0.40 | 0.43 | 351.3 | 0.31 | 0.44 |
| Hex | 92 | 4D | 57 | 0 | 2F | 28 | 2B | 15F | 1F | 2C |
| Octal | 222 | 115 | 127 | 0 | 57 | 50 | 53 | 537 | 37 | 54 |
| Binary | 10010010 | 1001101 | 1010111 | 0 | 101111 | 101000 | 101011 | 101011111 | 11111 | 101100 |
Color Harmonies of #924D57
Complementary color
Monochromatic Colors of #924D57
Black with #924D57
Text Example
Text Example
White with #924D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D57; }
p { color: rgb(146,77,87); }
H1.HeaderClassName
{
color: #924D57;
}
.AnyTagClassName
{
color: #924D57;
}
</style>
background-color css
<style>
a { background-color: #924D57; }
a { background-color: rgb(146,77,87); }
div.DivClassName
{
background-color: #924D57;
}
.BgClassName
{
background-color: #924D57;
}
</style>
border-color css
<style>
span { border-color: #924D57; }
span { border-color: rgb(146,77,87); }
td.TdClassName
{
border-color: #924D57;
}
.TagClassName
{
border-color: #924D57;
}
</style>