Shades of Vin Rouge #924E61
Tints of Vin Rouge #924E61
RGB
CMYK
RGB Variations
Color information
#924E61 (or 0x924E61) is known color: Vin Rouge. HEX triplet: 92, 4E and 61. RGB value is (146,78,97). Sum of RGB (Red+Green+Blue) = 146+78+97=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #924E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E61 is #6DB19E. Grayscale: #646464. Windows color (decimal): -7188895 or 6377106. OLE color: 6377106.
HSL color Cylindrical-coordinate representation of color #924E61: hue angle of 343.24º 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 #924E61 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 78 | 97 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.43 |
| HSL | 343.24º | 0.3% | 0.44% | - |
| HSV(B) | 343.24º | 0.47% | 0.57% | - |
| XYZ | 16.74 | 12.42 | 12.83 | - |
| YUV | 100.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 97 | 0 | 0.47 | 0.34 | 0.43 | 343.24 | 0.3 | 0.44 |
| Hex | 92 | 4E | 61 | 0 | 2F | 22 | 2B | 157 | 1E | 2C |
| Octal | 222 | 116 | 141 | 0 | 57 | 42 | 53 | 527 | 36 | 54 |
| Binary | 10010010 | 1001110 | 1100001 | 0 | 101111 | 100010 | 101011 | 101010111 | 11110 | 101100 |
Color Harmonies of #924E61
Complementary color
Monochromatic Colors of #924E61
Black with #924E61
Text Example
Text Example
White with #924E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E61; }
p { color: rgb(146,78,97); }
H1.HeaderClassName
{
color: #924E61;
}
.AnyTagClassName
{
color: #924E61;
}
</style>
background-color css
<style>
a { background-color: #924E61; }
a { background-color: rgb(146,78,97); }
div.DivClassName
{
background-color: #924E61;
}
.BgClassName
{
background-color: #924E61;
}
</style>
border-color css
<style>
span { border-color: #924E61; }
span { border-color: rgb(146,78,97); }
td.TdClassName
{
border-color: #924E61;
}
.TagClassName
{
border-color: #924E61;
}
</style>