Shades of Vin Rouge #92575C
Tints of Vin Rouge #92575C
RGB
CMYK
RGB Variations
Color information
#92575C (or 0x92575C) is known color: Vin Rouge. HEX triplet: 92, 57 and 5C. RGB value is (146,87,92). Sum of RGB (Red+Green+Blue) = 146+87+92=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92575C is #6DA8A3. Grayscale: #696969. Windows color (decimal): -7186596 or 6051730. OLE color: 6051730.
HSL color Cylindrical-coordinate representation of color #92575C: hue angle of 354.92º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92575C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 92 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.43 |
| HSL | 354.92º | 0.25% | 0.46% | - |
| HSV(B) | 354.92º | 0.4% | 0.57% | - |
| XYZ | 17.19 | 13.7 | 11.86 | - |
| YUV | 105.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 92 | 0 | 0.40 | 0.37 | 0.43 | 354.92 | 0.25 | 0.46 |
| Hex | 92 | 57 | 5C | 0 | 28 | 25 | 2B | 163 | 19 | 2E |
| Octal | 222 | 127 | 134 | 0 | 50 | 45 | 53 | 543 | 31 | 56 |
| Binary | 10010010 | 1010111 | 1011100 | 0 | 101000 | 100101 | 101011 | 101100011 | 11001 | 101110 |
Color Harmonies of #92575C
Complementary color
Monochromatic Colors of #92575C
Black with #92575C
Text Example
Text Example
White with #92575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92575C; }
p { color: rgb(146,87,92); }
H1.HeaderClassName
{
color: #92575C;
}
.AnyTagClassName
{
color: #92575C;
}
</style>
background-color css
<style>
a { background-color: #92575C; }
a { background-color: rgb(146,87,92); }
div.DivClassName
{
background-color: #92575C;
}
.BgClassName
{
background-color: #92575C;
}
</style>
border-color css
<style>
span { border-color: #92575C; }
span { border-color: rgb(146,87,92); }
td.TdClassName
{
border-color: #92575C;
}
.TagClassName
{
border-color: #92575C;
}
</style>