Shades of Vin Rouge #92585C
Tints of Vin Rouge #92585C
RGB
CMYK
RGB Variations
Color information
#92585C (or 0x92585C) is known color: Vin Rouge. HEX triplet: 92, 58 and 5C. RGB value is (146,88,92). Sum of RGB (Red+Green+Blue) = 146+88+92=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #92585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92585C is #6DA7A3. Grayscale: #696969. Windows color (decimal): -7186340 or 6051986. OLE color: 6051986.
HSL color Cylindrical-coordinate representation of color #92585C: hue angle of 355.86º 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 #92585C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 92 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.43 |
| HSL | 355.86º | 0.25% | 0.46% | - |
| HSV(B) | 355.86º | 0.4% | 0.57% | - |
| XYZ | 17.28 | 13.86 | 11.89 | - |
| YUV | 105.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 92 | 0 | 0.40 | 0.37 | 0.43 | 355.86 | 0.25 | 0.46 |
| Hex | 92 | 58 | 5C | 0 | 28 | 25 | 2B | 164 | 19 | 2E |
| Octal | 222 | 130 | 134 | 0 | 50 | 45 | 53 | 544 | 31 | 56 |
| Binary | 10010010 | 1011000 | 1011100 | 0 | 101000 | 100101 | 101011 | 101100100 | 11001 | 101110 |
Color Harmonies of #92585C
Complementary color
Monochromatic Colors of #92585C
Black with #92585C
Text Example
Text Example
White with #92585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92585C; }
p { color: rgb(146,88,92); }
H1.HeaderClassName
{
color: #92585C;
}
.AnyTagClassName
{
color: #92585C;
}
</style>
background-color css
<style>
a { background-color: #92585C; }
a { background-color: rgb(146,88,92); }
div.DivClassName
{
background-color: #92585C;
}
.BgClassName
{
background-color: #92585C;
}
</style>
border-color css
<style>
span { border-color: #92585C; }
span { border-color: rgb(146,88,92); }
td.TdClassName
{
border-color: #92585C;
}
.TagClassName
{
border-color: #92585C;
}
</style>