Shades of Vin Rouge #904E5E
Tints of Vin Rouge #904E5E
RGB
CMYK
RGB Variations
Color information
#904E5E (or 0x904E5E) is known color: Vin Rouge. HEX triplet: 90, 4E and 5E. RGB value is (144,78,94). Sum of RGB (Red+Green+Blue) = 144+78+94=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #904E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E5E is #6FB1A1. Grayscale: #636363. Windows color (decimal): -7319970 or 6180496. OLE color: 6180496.
HSL color Cylindrical-coordinate representation of color #904E5E: hue angle of 345.45º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #904E5E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 94 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.44 |
| HSL | 345.45º | 0.3% | 0.44% | - |
| HSV(B) | 345.45º | 0.46% | 0.56% | - |
| XYZ | 16.25 | 12.19 | 12.09 | - |
| YUV | 99.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 94 | 0 | 0.46 | 0.35 | 0.44 | 345.45 | 0.3 | 0.44 |
| Hex | 90 | 4E | 5E | 0 | 2E | 23 | 2C | 159 | 1E | 2C |
| Octal | 220 | 116 | 136 | 0 | 56 | 43 | 54 | 531 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1011110 | 0 | 101110 | 100011 | 101100 | 101011001 | 11110 | 101100 |
Color Harmonies of #904E5E
Complementary color
Monochromatic Colors of #904E5E
Black with #904E5E
Text Example
Text Example
White with #904E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E5E; }
p { color: rgb(144,78,94); }
H1.HeaderClassName
{
color: #904E5E;
}
.AnyTagClassName
{
color: #904E5E;
}
</style>
background-color css
<style>
a { background-color: #904E5E; }
a { background-color: rgb(144,78,94); }
div.DivClassName
{
background-color: #904E5E;
}
.BgClassName
{
background-color: #904E5E;
}
</style>
border-color css
<style>
span { border-color: #904E5E; }
span { border-color: rgb(144,78,94); }
td.TdClassName
{
border-color: #904E5E;
}
.TagClassName
{
border-color: #904E5E;
}
</style>