Shades of Vin Rouge #91505D
Tints of Vin Rouge #91505D
RGB
CMYK
RGB Variations
Color information
#91505D (or 0x91505D) is known color: Vin Rouge. HEX triplet: 91, 50 and 5D. RGB value is (145,80,93). Sum of RGB (Red+Green+Blue) = 145+80+93=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #91505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91505D is #6EAFA2. Grayscale: #646464. Windows color (decimal): -7253923 or 6115473. OLE color: 6115473.
HSL color Cylindrical-coordinate representation of color #91505D: hue angle of 348º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91505D is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 93 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.43 |
| HSL | 348º | 0.29% | 0.44% | - |
| HSV(B) | 348º | 0.45% | 0.57% | - |
| XYZ | 16.52 | 12.55 | 11.91 | - |
| YUV | 100.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 93 | 0 | 0.45 | 0.36 | 0.43 | 348 | 0.29 | 0.44 |
| Hex | 91 | 50 | 5D | 0 | 2D | 24 | 2B | 15C | 1D | 2C |
| Octal | 221 | 120 | 135 | 0 | 55 | 44 | 53 | 534 | 35 | 54 |
| Binary | 10010001 | 1010000 | 1011101 | 0 | 101101 | 100100 | 101011 | 101011100 | 11101 | 101100 |
Color Harmonies of #91505D
Complementary color
Monochromatic Colors of #91505D
Black with #91505D
Text Example
Text Example
White with #91505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91505D; }
p { color: rgb(145,80,93); }
H1.HeaderClassName
{
color: #91505D;
}
.AnyTagClassName
{
color: #91505D;
}
</style>
background-color css
<style>
a { background-color: #91505D; }
a { background-color: rgb(145,80,93); }
div.DivClassName
{
background-color: #91505D;
}
.BgClassName
{
background-color: #91505D;
}
</style>
border-color css
<style>
span { border-color: #91505D; }
span { border-color: rgb(145,80,93); }
td.TdClassName
{
border-color: #91505D;
}
.TagClassName
{
border-color: #91505D;
}
</style>