Shades of Vin Rouge #914F5E
Tints of Vin Rouge #914F5E
RGB
CMYK
RGB Variations
Color information
#914F5E (or 0x914F5E) is known color: Vin Rouge. HEX triplet: 91, 4F and 5E. RGB value is (145,79,94). Sum of RGB (Red+Green+Blue) = 145+79+94=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #914F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F5E is #6EB0A1. Grayscale: #646464. Windows color (decimal): -7254178 or 6180753. OLE color: 6180753.
HSL color Cylindrical-coordinate representation of color #914F5E: hue angle of 346.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #914F5E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 79 | 94 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.43 |
| HSL | 346.36º | 0.29% | 0.44% | - |
| HSV(B) | 346.36º | 0.46% | 0.57% | - |
| XYZ | 16.49 | 12.42 | 12.12 | - |
| YUV | 100.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 94 | 0 | 0.46 | 0.35 | 0.43 | 346.36 | 0.29 | 0.44 |
| Hex | 91 | 4F | 5E | 0 | 2E | 23 | 2B | 15A | 1D | 2C |
| Octal | 221 | 117 | 136 | 0 | 56 | 43 | 53 | 532 | 35 | 54 |
| Binary | 10010001 | 1001111 | 1011110 | 0 | 101110 | 100011 | 101011 | 101011010 | 11101 | 101100 |
Color Harmonies of #914F5E
Complementary color
Monochromatic Colors of #914F5E
Black with #914F5E
Text Example
Text Example
White with #914F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914F5E; }
p { color: rgb(145,79,94); }
H1.HeaderClassName
{
color: #914F5E;
}
.AnyTagClassName
{
color: #914F5E;
}
</style>
background-color css
<style>
a { background-color: #914F5E; }
a { background-color: rgb(145,79,94); }
div.DivClassName
{
background-color: #914F5E;
}
.BgClassName
{
background-color: #914F5E;
}
</style>
border-color css
<style>
span { border-color: #914F5E; }
span { border-color: rgb(145,79,94); }
td.TdClassName
{
border-color: #914F5E;
}
.TagClassName
{
border-color: #914F5E;
}
</style>