Shades of Vin Rouge #904F5C
Tints of Vin Rouge #904F5C
RGB
CMYK
RGB Variations
Color information
#904F5C (or 0x904F5C) is known color: Vin Rouge. HEX triplet: 90, 4F and 5C. RGB value is (144,79,92). Sum of RGB (Red+Green+Blue) = 144+79+92=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #904F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F5C is #6FB0A3. Grayscale: #636363. Windows color (decimal): -7319716 or 6049680. OLE color: 6049680.
HSL color Cylindrical-coordinate representation of color #904F5C: hue angle of 348º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #904F5C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 79 | 92 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.44 |
| HSL | 348º | 0.29% | 0.44% | - |
| HSV(B) | 348º | 0.45% | 0.56% | - |
| XYZ | 16.23 | 12.29 | 11.64 | - |
| YUV | 99.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 92 | 0 | 0.45 | 0.36 | 0.44 | 348 | 0.29 | 0.44 |
| Hex | 90 | 4F | 5C | 0 | 2D | 24 | 2C | 15C | 1D | 2C |
| Octal | 220 | 117 | 134 | 0 | 55 | 44 | 54 | 534 | 35 | 54 |
| Binary | 10010000 | 1001111 | 1011100 | 0 | 101101 | 100100 | 101100 | 101011100 | 11101 | 101100 |
Color Harmonies of #904F5C
Complementary color
Monochromatic Colors of #904F5C
Black with #904F5C
Text Example
Text Example
White with #904F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904F5C; }
p { color: rgb(144,79,92); }
H1.HeaderClassName
{
color: #904F5C;
}
.AnyTagClassName
{
color: #904F5C;
}
</style>
background-color css
<style>
a { background-color: #904F5C; }
a { background-color: rgb(144,79,92); }
div.DivClassName
{
background-color: #904F5C;
}
.BgClassName
{
background-color: #904F5C;
}
</style>
border-color css
<style>
span { border-color: #904F5C; }
span { border-color: rgb(144,79,92); }
td.TdClassName
{
border-color: #904F5C;
}
.TagClassName
{
border-color: #904F5C;
}
</style>