Shades of Vin Rouge #92555C
Tints of Vin Rouge #92555C
RGB
CMYK
RGB Variations
Color information
#92555C (or 0x92555C) is known color: Vin Rouge. HEX triplet: 92, 55 and 5C. RGB value is (146,85,92). Sum of RGB (Red+Green+Blue) = 146+85+92=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92555C is #6DAAA3. Grayscale: #686868. Windows color (decimal): -7187108 or 6051218. OLE color: 6051218.
HSL color Cylindrical-coordinate representation of color #92555C: hue angle of 353.11º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92555C is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 92 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.43 |
| HSL | 353.11º | 0.26% | 0.45% | - |
| HSV(B) | 353.11º | 0.42% | 0.57% | - |
| XYZ | 17.03 | 13.38 | 11.81 | - |
| YUV | 104.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 92 | 0 | 0.42 | 0.37 | 0.43 | 353.11 | 0.26 | 0.45 |
| Hex | 92 | 55 | 5C | 0 | 2A | 25 | 2B | 161 | 1A | 2D |
| Octal | 222 | 125 | 134 | 0 | 52 | 45 | 53 | 541 | 32 | 55 |
| Binary | 10010010 | 1010101 | 1011100 | 0 | 101010 | 100101 | 101011 | 101100001 | 11010 | 101101 |
Color Harmonies of #92555C
Complementary color
Monochromatic Colors of #92555C
Black with #92555C
Text Example
Text Example
White with #92555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92555C; }
p { color: rgb(146,85,92); }
H1.HeaderClassName
{
color: #92555C;
}
.AnyTagClassName
{
color: #92555C;
}
</style>
background-color css
<style>
a { background-color: #92555C; }
a { background-color: rgb(146,85,92); }
div.DivClassName
{
background-color: #92555C;
}
.BgClassName
{
background-color: #92555C;
}
</style>
border-color css
<style>
span { border-color: #92555C; }
span { border-color: rgb(146,85,92); }
td.TdClassName
{
border-color: #92555C;
}
.TagClassName
{
border-color: #92555C;
}
</style>