Shades of Vin Rouge #92555A
Tints of Vin Rouge #92555A
RGB
CMYK
RGB Variations
Color information
#92555A (or 0x92555A) is known color: Vin Rouge. HEX triplet: 92, 55 and 5A. RGB value is (146,85,90). Sum of RGB (Red+Green+Blue) = 146+85+90=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #92555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92555A is #6DAAA5. Grayscale: #676767. Windows color (decimal): -7187110 or 5920146. OLE color: 5920146.
HSL color Cylindrical-coordinate representation of color #92555A: hue angle of 355.08º 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 #92555A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 90 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.43 |
| HSL | 355.08º | 0.26% | 0.45% | - |
| HSV(B) | 355.08º | 0.42% | 0.57% | - |
| XYZ | 16.95 | 13.35 | 11.36 | - |
| YUV | 103.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 90 | 0 | 0.42 | 0.38 | 0.43 | 355.08 | 0.26 | 0.45 |
| Hex | 92 | 55 | 5A | 0 | 2A | 26 | 2B | 163 | 1A | 2D |
| Octal | 222 | 125 | 132 | 0 | 52 | 46 | 53 | 543 | 32 | 55 |
| Binary | 10010010 | 1010101 | 1011010 | 0 | 101010 | 100110 | 101011 | 101100011 | 11010 | 101101 |
Color Harmonies of #92555A
Complementary color
Monochromatic Colors of #92555A
Black with #92555A
Text Example
Text Example
White with #92555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92555A; }
p { color: rgb(146,85,90); }
H1.HeaderClassName
{
color: #92555A;
}
.AnyTagClassName
{
color: #92555A;
}
</style>
background-color css
<style>
a { background-color: #92555A; }
a { background-color: rgb(146,85,90); }
div.DivClassName
{
background-color: #92555A;
}
.BgClassName
{
background-color: #92555A;
}
</style>
border-color css
<style>
span { border-color: #92555A; }
span { border-color: rgb(146,85,90); }
td.TdClassName
{
border-color: #92555A;
}
.TagClassName
{
border-color: #92555A;
}
</style>