Shades of Vin Rouge #904E5D
Tints of Vin Rouge #904E5D
RGB
CMYK
RGB Variations
Color information
#904E5D (or 0x904E5D) is known color: Vin Rouge. HEX triplet: 90, 4E and 5D. RGB value is (144,78,93). Sum of RGB (Red+Green+Blue) = 144+78+93=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #904E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E5D is #6FB1A2. Grayscale: #636363. Windows color (decimal): -7319971 or 6114960. OLE color: 6114960.
HSL color Cylindrical-coordinate representation of color #904E5D: hue angle of 346.36º 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 #904E5D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 93 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.44 |
| HSL | 346.36º | 0.3% | 0.44% | - |
| HSV(B) | 346.36º | 0.46% | 0.56% | - |
| XYZ | 16.2 | 12.17 | 11.85 | - |
| YUV | 99.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 93 | 0 | 0.46 | 0.35 | 0.44 | 346.36 | 0.3 | 0.44 |
| Hex | 90 | 4E | 5D | 0 | 2E | 23 | 2C | 15A | 1E | 2C |
| Octal | 220 | 116 | 135 | 0 | 56 | 43 | 54 | 532 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1011101 | 0 | 101110 | 100011 | 101100 | 101011010 | 11110 | 101100 |
Color Harmonies of #904E5D
Complementary color
Monochromatic Colors of #904E5D
Black with #904E5D
Text Example
Text Example
White with #904E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E5D; }
p { color: rgb(144,78,93); }
H1.HeaderClassName
{
color: #904E5D;
}
.AnyTagClassName
{
color: #904E5D;
}
</style>
background-color css
<style>
a { background-color: #904E5D; }
a { background-color: rgb(144,78,93); }
div.DivClassName
{
background-color: #904E5D;
}
.BgClassName
{
background-color: #904E5D;
}
</style>
border-color css
<style>
span { border-color: #904E5D; }
span { border-color: rgb(144,78,93); }
td.TdClassName
{
border-color: #904E5D;
}
.TagClassName
{
border-color: #904E5D;
}
</style>