Shades of Vin Rouge #92585A
Tints of Vin Rouge #92585A
RGB
CMYK
RGB Variations
Color information
#92585A (or 0x92585A) is known color: Vin Rouge. HEX triplet: 92, 58 and 5A. RGB value is (146,88,90). Sum of RGB (Red+Green+Blue) = 146+88+90=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #92585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92585A is #6DA7A5. Grayscale: #696969. Windows color (decimal): -7186342 or 5920914. OLE color: 5920914.
HSL color Cylindrical-coordinate representation of color #92585A: hue angle of 357.93º 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 #92585A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 90 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.43 |
| HSL | 357.93º | 0.25% | 0.46% | - |
| HSV(B) | 357.93º | 0.4% | 0.57% | - |
| XYZ | 17.19 | 13.83 | 11.44 | - |
| YUV | 105.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 90 | 0 | 0.40 | 0.38 | 0.43 | 357.93 | 0.25 | 0.46 |
| Hex | 92 | 58 | 5A | 0 | 28 | 26 | 2B | 166 | 19 | 2E |
| Octal | 222 | 130 | 132 | 0 | 50 | 46 | 53 | 546 | 31 | 56 |
| Binary | 10010010 | 1011000 | 1011010 | 0 | 101000 | 100110 | 101011 | 101100110 | 11001 | 101110 |
Color Harmonies of #92585A
Complementary color
Monochromatic Colors of #92585A
Black with #92585A
Text Example
Text Example
White with #92585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92585A; }
p { color: rgb(146,88,90); }
H1.HeaderClassName
{
color: #92585A;
}
.AnyTagClassName
{
color: #92585A;
}
</style>
background-color css
<style>
a { background-color: #92585A; }
a { background-color: rgb(146,88,90); }
div.DivClassName
{
background-color: #92585A;
}
.BgClassName
{
background-color: #92585A;
}
</style>
border-color css
<style>
span { border-color: #92585A; }
span { border-color: rgb(146,88,90); }
td.TdClassName
{
border-color: #92585A;
}
.TagClassName
{
border-color: #92585A;
}
</style>