Shades of Vin Rouge #924D5A
Tints of Vin Rouge #924D5A
RGB
CMYK
RGB Variations
Color information
#924D5A (or 0x924D5A) is known color: Vin Rouge. HEX triplet: 92, 4D and 5A. RGB value is (146,77,90). Sum of RGB (Red+Green+Blue) = 146+77+90=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #924D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D5A is #6DB2A5. Grayscale: #636363. Windows color (decimal): -7189158 or 5918098. OLE color: 5918098.
HSL color Cylindrical-coordinate representation of color #924D5A: hue angle of 348.7º 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 #924D5A is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 90 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.43 |
| HSL | 348.7º | 0.31% | 0.44% | - |
| HSV(B) | 348.7º | 0.47% | 0.57% | - |
| XYZ | 16.35 | 12.16 | 11.16 | - |
| YUV | 99.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 90 | 0 | 0.47 | 0.38 | 0.43 | 348.7 | 0.31 | 0.44 |
| Hex | 92 | 4D | 5A | 0 | 2F | 26 | 2B | 15D | 1F | 2C |
| Octal | 222 | 115 | 132 | 0 | 57 | 46 | 53 | 535 | 37 | 54 |
| Binary | 10010010 | 1001101 | 1011010 | 0 | 101111 | 100110 | 101011 | 101011101 | 11111 | 101100 |
Color Harmonies of #924D5A
Complementary color
Monochromatic Colors of #924D5A
Black with #924D5A
Text Example
Text Example
White with #924D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D5A; }
p { color: rgb(146,77,90); }
H1.HeaderClassName
{
color: #924D5A;
}
.AnyTagClassName
{
color: #924D5A;
}
</style>
background-color css
<style>
a { background-color: #924D5A; }
a { background-color: rgb(146,77,90); }
div.DivClassName
{
background-color: #924D5A;
}
.BgClassName
{
background-color: #924D5A;
}
</style>
border-color css
<style>
span { border-color: #924D5A; }
span { border-color: rgb(146,77,90); }
td.TdClassName
{
border-color: #924D5A;
}
.TagClassName
{
border-color: #924D5A;
}
</style>