Shades of Vin Rouge #92525E
Tints of Vin Rouge #92525E
RGB
CMYK
RGB Variations
Color information
#92525E (or 0x92525E) is known color: Vin Rouge. HEX triplet: 92, 52 and 5E. RGB value is (146,82,94). Sum of RGB (Red+Green+Blue) = 146+82+94=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92525E is #6DADA1. Grayscale: #666666. Windows color (decimal): -7187874 or 6181522. OLE color: 6181522.
HSL color Cylindrical-coordinate representation of color #92525E: hue angle of 348.75º 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 #92525E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 94 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.43 |
| HSL | 348.75º | 0.28% | 0.45% | - |
| HSV(B) | 348.75º | 0.44% | 0.57% | - |
| XYZ | 16.89 | 12.95 | 12.2 | - |
| YUV | 102.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 94 | 0 | 0.44 | 0.36 | 0.43 | 348.75 | 0.28 | 0.45 |
| Hex | 92 | 52 | 5E | 0 | 2C | 24 | 2B | 15D | 1C | 2D |
| Octal | 222 | 122 | 136 | 0 | 54 | 44 | 53 | 535 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1011110 | 0 | 101100 | 100100 | 101011 | 101011101 | 11100 | 101101 |
Color Harmonies of #92525E
Complementary color
Monochromatic Colors of #92525E
Black with #92525E
Text Example
Text Example
White with #92525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92525E; }
p { color: rgb(146,82,94); }
H1.HeaderClassName
{
color: #92525E;
}
.AnyTagClassName
{
color: #92525E;
}
</style>
background-color css
<style>
a { background-color: #92525E; }
a { background-color: rgb(146,82,94); }
div.DivClassName
{
background-color: #92525E;
}
.BgClassName
{
background-color: #92525E;
}
</style>
border-color css
<style>
span { border-color: #92525E; }
span { border-color: rgb(146,82,94); }
td.TdClassName
{
border-color: #92525E;
}
.TagClassName
{
border-color: #92525E;
}
</style>