Shades of Vin Rouge #92565F
Tints of Vin Rouge #92565F
RGB
CMYK
RGB Variations
Color information
#92565F (or 0x92565F) is known color: Vin Rouge. HEX triplet: 92, 56 and 5F. RGB value is (146,86,95). Sum of RGB (Red+Green+Blue) = 146+86+95=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92565F is #6DA9A0. Grayscale: #686868. Windows color (decimal): -7186849 or 6248082. OLE color: 6248082.
HSL color Cylindrical-coordinate representation of color #92565F: hue angle of 351º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92565F is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 95 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.43 |
| HSL | 351º | 0.26% | 0.45% | - |
| HSV(B) | 351º | 0.41% | 0.57% | - |
| XYZ | 17.25 | 13.59 | 12.54 | - |
| YUV | 104.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 95 | 0 | 0.41 | 0.35 | 0.43 | 351 | 0.26 | 0.45 |
| Hex | 92 | 56 | 5F | 0 | 29 | 23 | 2B | 15F | 1A | 2D |
| Octal | 222 | 126 | 137 | 0 | 51 | 43 | 53 | 537 | 32 | 55 |
| Binary | 10010010 | 1010110 | 1011111 | 0 | 101001 | 100011 | 101011 | 101011111 | 11010 | 101101 |
Color Harmonies of #92565F
Complementary color
Monochromatic Colors of #92565F
Black with #92565F
Text Example
Text Example
White with #92565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92565F; }
p { color: rgb(146,86,95); }
H1.HeaderClassName
{
color: #92565F;
}
.AnyTagClassName
{
color: #92565F;
}
</style>
background-color css
<style>
a { background-color: #92565F; }
a { background-color: rgb(146,86,95); }
div.DivClassName
{
background-color: #92565F;
}
.BgClassName
{
background-color: #92565F;
}
</style>
border-color css
<style>
span { border-color: #92565F; }
span { border-color: rgb(146,86,95); }
td.TdClassName
{
border-color: #92565F;
}
.TagClassName
{
border-color: #92565F;
}
</style>