Shades of Vin Rouge #904D5C
Tints of Vin Rouge #904D5C
RGB
CMYK
RGB Variations
Color information
#904D5C (or 0x904D5C) is known color: Vin Rouge. HEX triplet: 90, 4D and 5C. RGB value is (144,77,92). Sum of RGB (Red+Green+Blue) = 144+77+92=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #904D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D5C is #6FB2A3. Grayscale: #626262. Windows color (decimal): -7320228 or 6049168. OLE color: 6049168.
HSL color Cylindrical-coordinate representation of color #904D5C: hue angle of 346.57º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904D5C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 92 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.44 |
| HSL | 346.57º | 0.3% | 0.43% | - |
| HSV(B) | 346.57º | 0.47% | 0.56% | - |
| XYZ | 16.09 | 12.01 | 11.6 | - |
| YUV | 98.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 92 | 0 | 0.47 | 0.36 | 0.44 | 346.57 | 0.3 | 0.43 |
| Hex | 90 | 4D | 5C | 0 | 2F | 24 | 2C | 15B | 1E | 2B |
| Octal | 220 | 115 | 134 | 0 | 57 | 44 | 54 | 533 | 36 | 53 |
| Binary | 10010000 | 1001101 | 1011100 | 0 | 101111 | 100100 | 101100 | 101011011 | 11110 | 101011 |
Color Harmonies of #904D5C
Complementary color
Monochromatic Colors of #904D5C
Black with #904D5C
Text Example
Text Example
White with #904D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D5C; }
p { color: rgb(144,77,92); }
H1.HeaderClassName
{
color: #904D5C;
}
.AnyTagClassName
{
color: #904D5C;
}
</style>
background-color css
<style>
a { background-color: #904D5C; }
a { background-color: rgb(144,77,92); }
div.DivClassName
{
background-color: #904D5C;
}
.BgClassName
{
background-color: #904D5C;
}
</style>
border-color css
<style>
span { border-color: #904D5C; }
span { border-color: rgb(144,77,92); }
td.TdClassName
{
border-color: #904D5C;
}
.TagClassName
{
border-color: #904D5C;
}
</style>