Shades of Vin Rouge #92595A
Tints of Vin Rouge #92595A
RGB
CMYK
RGB Variations
Color information
#92595A (or 0x92595A) is known color: Vin Rouge. HEX triplet: 92, 59 and 5A. RGB value is (146,89,90). Sum of RGB (Red+Green+Blue) = 146+89+90=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92595A is #6DA6A5. Grayscale: #6A6A6A. Windows color (decimal): -7186086 or 5921170. OLE color: 5921170.
HSL color Cylindrical-coordinate representation of color #92595A: hue angle of 358.95º 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 #92595A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 90 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.43 |
| HSL | 358.95º | 0.24% | 0.46% | - |
| HSV(B) | 358.95º | 0.39% | 0.57% | - |
| XYZ | 17.27 | 13.99 | 11.46 | - |
| YUV | 106.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 90 | 0 | 0.39 | 0.38 | 0.43 | 358.95 | 0.24 | 0.46 |
| Hex | 92 | 59 | 5A | 0 | 27 | 26 | 2B | 167 | 18 | 2E |
| Octal | 222 | 131 | 132 | 0 | 47 | 46 | 53 | 547 | 30 | 56 |
| Binary | 10010010 | 1011001 | 1011010 | 0 | 100111 | 100110 | 101011 | 101100111 | 11000 | 101110 |
Color Harmonies of #92595A
Complementary color
Monochromatic Colors of #92595A
Black with #92595A
Text Example
Text Example
White with #92595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92595A; }
p { color: rgb(146,89,90); }
H1.HeaderClassName
{
color: #92595A;
}
.AnyTagClassName
{
color: #92595A;
}
</style>
background-color css
<style>
a { background-color: #92595A; }
a { background-color: rgb(146,89,90); }
div.DivClassName
{
background-color: #92595A;
}
.BgClassName
{
background-color: #92595A;
}
</style>
border-color css
<style>
span { border-color: #92595A; }
span { border-color: rgb(146,89,90); }
td.TdClassName
{
border-color: #92595A;
}
.TagClassName
{
border-color: #92595A;
}
</style>