Shades of Vin Rouge #924E5B
Tints of Vin Rouge #924E5B
RGB
CMYK
RGB Variations
Color information
#924E5B (or 0x924E5B) is known color: Vin Rouge. HEX triplet: 92, 4E and 5B. RGB value is (146,78,91). Sum of RGB (Red+Green+Blue) = 146+78+91=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #924E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E5B is #6DB1A4. Grayscale: #636363. Windows color (decimal): -7188901 or 5983890. OLE color: 5983890.
HSL color Cylindrical-coordinate representation of color #924E5B: hue angle of 348.53º degrees, saturation: 0.3, 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 #924E5B is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 78 | 91 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.43 |
| HSL | 348.53º | 0.3% | 0.44% | - |
| HSV(B) | 348.53º | 0.47% | 0.57% | - |
| XYZ | 16.47 | 12.32 | 11.41 | - |
| YUV | 99.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 91 | 0 | 0.47 | 0.38 | 0.43 | 348.53 | 0.3 | 0.44 |
| Hex | 92 | 4E | 5B | 0 | 2F | 26 | 2B | 15D | 1E | 2C |
| Octal | 222 | 116 | 133 | 0 | 57 | 46 | 53 | 535 | 36 | 54 |
| Binary | 10010010 | 1001110 | 1011011 | 0 | 101111 | 100110 | 101011 | 101011101 | 11110 | 101100 |
Color Harmonies of #924E5B
Complementary color
Monochromatic Colors of #924E5B
Black with #924E5B
Text Example
Text Example
White with #924E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E5B; }
p { color: rgb(146,78,91); }
H1.HeaderClassName
{
color: #924E5B;
}
.AnyTagClassName
{
color: #924E5B;
}
</style>
background-color css
<style>
a { background-color: #924E5B; }
a { background-color: rgb(146,78,91); }
div.DivClassName
{
background-color: #924E5B;
}
.BgClassName
{
background-color: #924E5B;
}
</style>
border-color css
<style>
span { border-color: #924E5B; }
span { border-color: rgb(146,78,91); }
td.TdClassName
{
border-color: #924E5B;
}
.TagClassName
{
border-color: #924E5B;
}
</style>