Shades of Vin Rouge #91535F
Tints of Vin Rouge #91535F
RGB
CMYK
RGB Variations
Color information
#91535F (or 0x91535F) is known color: Vin Rouge. HEX triplet: 91, 53 and 5F. RGB value is (145,83,95). Sum of RGB (Red+Green+Blue) = 145+83+95=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #91535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91535F is #6EACA0. Grayscale: #666666. Windows color (decimal): -7253153 or 6247313. OLE color: 6247313.
HSL color Cylindrical-coordinate representation of color #91535F: hue angle of 348.39º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91535F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 95 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.43 |
| HSL | 348.39º | 0.27% | 0.45% | - |
| HSV(B) | 348.39º | 0.43% | 0.57% | - |
| XYZ | 16.84 | 13.03 | 12.45 | - |
| YUV | 102.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 95 | 0 | 0.43 | 0.34 | 0.43 | 348.39 | 0.27 | 0.45 |
| Hex | 91 | 53 | 5F | 0 | 2B | 22 | 2B | 15C | 1B | 2D |
| Octal | 221 | 123 | 137 | 0 | 53 | 42 | 53 | 534 | 33 | 55 |
| Binary | 10010001 | 1010011 | 1011111 | 0 | 101011 | 100010 | 101011 | 101011100 | 11011 | 101101 |
Color Harmonies of #91535F
Complementary color
Monochromatic Colors of #91535F
Black with #91535F
Text Example
Text Example
White with #91535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91535F; }
p { color: rgb(145,83,95); }
H1.HeaderClassName
{
color: #91535F;
}
.AnyTagClassName
{
color: #91535F;
}
</style>
background-color css
<style>
a { background-color: #91535F; }
a { background-color: rgb(145,83,95); }
div.DivClassName
{
background-color: #91535F;
}
.BgClassName
{
background-color: #91535F;
}
</style>
border-color css
<style>
span { border-color: #91535F; }
span { border-color: rgb(145,83,95); }
td.TdClassName
{
border-color: #91535F;
}
.TagClassName
{
border-color: #91535F;
}
</style>