Shades of Vin Rouge #92595F
Tints of Vin Rouge #92595F
RGB
CMYK
RGB Variations
Color information
#92595F (or 0x92595F) is known color: Vin Rouge. HEX triplet: 92, 59 and 5F. RGB value is (146,89,95). Sum of RGB (Red+Green+Blue) = 146+89+95=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #92595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92595F is #6DA6A0. Grayscale: #6A6A6A. Windows color (decimal): -7186081 or 6248850. OLE color: 6248850.
HSL color Cylindrical-coordinate representation of color #92595F: hue angle of 353.68º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92595F is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 95 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.43 |
| HSL | 353.68º | 0.24% | 0.46% | - |
| HSV(B) | 353.68º | 0.39% | 0.57% | - |
| XYZ | 17.49 | 14.08 | 12.62 | - |
| YUV | 106.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 95 | 0 | 0.39 | 0.35 | 0.43 | 353.68 | 0.24 | 0.46 |
| Hex | 92 | 59 | 5F | 0 | 27 | 23 | 2B | 162 | 18 | 2E |
| Octal | 222 | 131 | 137 | 0 | 47 | 43 | 53 | 542 | 30 | 56 |
| Binary | 10010010 | 1011001 | 1011111 | 0 | 100111 | 100011 | 101011 | 101100010 | 11000 | 101110 |
Color Harmonies of #92595F
Complementary color
Monochromatic Colors of #92595F
Black with #92595F
Text Example
Text Example
White with #92595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92595F; }
p { color: rgb(146,89,95); }
H1.HeaderClassName
{
color: #92595F;
}
.AnyTagClassName
{
color: #92595F;
}
</style>
background-color css
<style>
a { background-color: #92595F; }
a { background-color: rgb(146,89,95); }
div.DivClassName
{
background-color: #92595F;
}
.BgClassName
{
background-color: #92595F;
}
</style>
border-color css
<style>
span { border-color: #92595F; }
span { border-color: rgb(146,89,95); }
td.TdClassName
{
border-color: #92595F;
}
.TagClassName
{
border-color: #92595F;
}
</style>