Shades of Vin Rouge #92585B
Tints of Vin Rouge #92585B
RGB
CMYK
RGB Variations
Color information
#92585B (or 0x92585B) is known color: Vin Rouge. HEX triplet: 92, 58 and 5B. RGB value is (146,88,91). Sum of RGB (Red+Green+Blue) = 146+88+91=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92585B is #6DA7A4. Grayscale: #696969. Windows color (decimal): -7186341 or 5986450. OLE color: 5986450.
HSL color Cylindrical-coordinate representation of color #92585B: hue angle of 356.9º 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 #92585B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 91 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.43 |
| HSL | 356.9º | 0.25% | 0.46% | - |
| HSV(B) | 356.9º | 0.4% | 0.57% | - |
| XYZ | 17.23 | 13.85 | 11.66 | - |
| YUV | 105.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 91 | 0 | 0.40 | 0.38 | 0.43 | 356.9 | 0.25 | 0.46 |
| Hex | 92 | 58 | 5B | 0 | 28 | 26 | 2B | 165 | 19 | 2E |
| Octal | 222 | 130 | 133 | 0 | 50 | 46 | 53 | 545 | 31 | 56 |
| Binary | 10010010 | 1011000 | 1011011 | 0 | 101000 | 100110 | 101011 | 101100101 | 11001 | 101110 |
Color Harmonies of #92585B
Complementary color
Monochromatic Colors of #92585B
Black with #92585B
Text Example
Text Example
White with #92585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92585B; }
p { color: rgb(146,88,91); }
H1.HeaderClassName
{
color: #92585B;
}
.AnyTagClassName
{
color: #92585B;
}
</style>
background-color css
<style>
a { background-color: #92585B; }
a { background-color: rgb(146,88,91); }
div.DivClassName
{
background-color: #92585B;
}
.BgClassName
{
background-color: #92585B;
}
</style>
border-color css
<style>
span { border-color: #92585B; }
span { border-color: rgb(146,88,91); }
td.TdClassName
{
border-color: #92585B;
}
.TagClassName
{
border-color: #92585B;
}
</style>