Shades of Vin Rouge #904F5B
Tints of Vin Rouge #904F5B
RGB
CMYK
RGB Variations
Color information
#904F5B (or 0x904F5B) is known color: Vin Rouge. HEX triplet: 90, 4F and 5B. RGB value is (144,79,91). Sum of RGB (Red+Green+Blue) = 144+79+91=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #904F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F5B is #6FB0A4. Grayscale: #636363. Windows color (decimal): -7319717 or 5984144. OLE color: 5984144.
HSL color Cylindrical-coordinate representation of color #904F5B: hue angle of 348.92º 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 #904F5B is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 79 | 91 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.44 |
| HSL | 348.92º | 0.29% | 0.44% | - |
| HSV(B) | 348.92º | 0.45% | 0.56% | - |
| XYZ | 16.19 | 12.28 | 11.41 | - |
| YUV | 99.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 91 | 0 | 0.45 | 0.37 | 0.44 | 348.92 | 0.29 | 0.44 |
| Hex | 90 | 4F | 5B | 0 | 2D | 25 | 2C | 15D | 1D | 2C |
| Octal | 220 | 117 | 133 | 0 | 55 | 45 | 54 | 535 | 35 | 54 |
| Binary | 10010000 | 1001111 | 1011011 | 0 | 101101 | 100101 | 101100 | 101011101 | 11101 | 101100 |
Color Harmonies of #904F5B
Complementary color
Monochromatic Colors of #904F5B
Black with #904F5B
Text Example
Text Example
White with #904F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904F5B; }
p { color: rgb(144,79,91); }
H1.HeaderClassName
{
color: #904F5B;
}
.AnyTagClassName
{
color: #904F5B;
}
</style>
background-color css
<style>
a { background-color: #904F5B; }
a { background-color: rgb(144,79,91); }
div.DivClassName
{
background-color: #904F5B;
}
.BgClassName
{
background-color: #904F5B;
}
</style>
border-color css
<style>
span { border-color: #904F5B; }
span { border-color: rgb(144,79,91); }
td.TdClassName
{
border-color: #904F5B;
}
.TagClassName
{
border-color: #904F5B;
}
</style>