Shades of Vin Rouge #92525C
Tints of Vin Rouge #92525C
RGB
CMYK
RGB Variations
Color information
#92525C (or 0x92525C) is known color: Vin Rouge. HEX triplet: 92, 52 and 5C. RGB value is (146,82,92). Sum of RGB (Red+Green+Blue) = 146+82+92=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92525C is #6DADA3. Grayscale: #666666. Windows color (decimal): -7187876 or 6050450. OLE color: 6050450.
HSL color Cylindrical-coordinate representation of color #92525C: hue angle of 350.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92525C is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 92 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.43 |
| HSL | 350.63º | 0.28% | 0.45% | - |
| HSV(B) | 350.63º | 0.44% | 0.57% | - |
| XYZ | 16.8 | 12.92 | 11.73 | - |
| YUV | 102.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 92 | 0 | 0.44 | 0.37 | 0.43 | 350.63 | 0.28 | 0.45 |
| Hex | 92 | 52 | 5C | 0 | 2C | 25 | 2B | 15F | 1C | 2D |
| Octal | 222 | 122 | 134 | 0 | 54 | 45 | 53 | 537 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1011100 | 0 | 101100 | 100101 | 101011 | 101011111 | 11100 | 101101 |
Color Harmonies of #92525C
Complementary color
Monochromatic Colors of #92525C
Black with #92525C
Text Example
Text Example
White with #92525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92525C; }
p { color: rgb(146,82,92); }
H1.HeaderClassName
{
color: #92525C;
}
.AnyTagClassName
{
color: #92525C;
}
</style>
background-color css
<style>
a { background-color: #92525C; }
a { background-color: rgb(146,82,92); }
div.DivClassName
{
background-color: #92525C;
}
.BgClassName
{
background-color: #92525C;
}
</style>
border-color css
<style>
span { border-color: #92525C; }
span { border-color: rgb(146,82,92); }
td.TdClassName
{
border-color: #92525C;
}
.TagClassName
{
border-color: #92525C;
}
</style>