Shades of Vin Rouge #92595D
Tints of Vin Rouge #92595D
RGB
CMYK
RGB Variations
Color information
#92595D (or 0x92595D) is known color: Vin Rouge. HEX triplet: 92, 59 and 5D. RGB value is (146,89,93). Sum of RGB (Red+Green+Blue) = 146+89+93=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #92595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92595D is #6DA6A2. Grayscale: #6A6A6A. Windows color (decimal): -7186083 or 6117778. OLE color: 6117778.
HSL color Cylindrical-coordinate representation of color #92595D: hue angle of 355.79º 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 #92595D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 93 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.43 |
| HSL | 355.79º | 0.24% | 0.46% | - |
| HSV(B) | 355.79º | 0.39% | 0.57% | - |
| XYZ | 17.4 | 14.05 | 12.15 | - |
| YUV | 106.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 93 | 0 | 0.39 | 0.36 | 0.43 | 355.79 | 0.24 | 0.46 |
| Hex | 92 | 59 | 5D | 0 | 27 | 24 | 2B | 164 | 18 | 2E |
| Octal | 222 | 131 | 135 | 0 | 47 | 44 | 53 | 544 | 30 | 56 |
| Binary | 10010010 | 1011001 | 1011101 | 0 | 100111 | 100100 | 101011 | 101100100 | 11000 | 101110 |
Color Harmonies of #92595D
Complementary color
Monochromatic Colors of #92595D
Black with #92595D
Text Example
Text Example
White with #92595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92595D; }
p { color: rgb(146,89,93); }
H1.HeaderClassName
{
color: #92595D;
}
.AnyTagClassName
{
color: #92595D;
}
</style>
background-color css
<style>
a { background-color: #92595D; }
a { background-color: rgb(146,89,93); }
div.DivClassName
{
background-color: #92595D;
}
.BgClassName
{
background-color: #92595D;
}
</style>
border-color css
<style>
span { border-color: #92595D; }
span { border-color: rgb(146,89,93); }
td.TdClassName
{
border-color: #92595D;
}
.TagClassName
{
border-color: #92595D;
}
</style>