Shades of Vin Rouge #925565
Tints of Vin Rouge #925565
RGB
CMYK
RGB Variations
Color information
#925565 (or 0x925565) is known color: Vin Rouge. HEX triplet: 92, 55 and 65. RGB value is (146,85,101). Sum of RGB (Red+Green+Blue) = 146+85+101=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #925565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925565 is #6DAA9A. Grayscale: #696969. Windows color (decimal): -7187099 or 6641042. OLE color: 6641042.
HSL color Cylindrical-coordinate representation of color #925565: hue angle of 344.26º 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 #925565 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 101 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.43 |
| HSL | 344.26º | 0.26% | 0.45% | - |
| HSV(B) | 344.26º | 0.42% | 0.57% | - |
| XYZ | 17.45 | 13.55 | 14.01 | - |
| YUV | 105.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 101 | 0 | 0.42 | 0.31 | 0.43 | 344.26 | 0.26 | 0.45 |
| Hex | 92 | 55 | 65 | 0 | 2A | 1F | 2B | 158 | 1A | 2D |
| Octal | 222 | 125 | 145 | 0 | 52 | 37 | 53 | 530 | 32 | 55 |
| Binary | 10010010 | 1010101 | 1100101 | 0 | 101010 | 11111 | 101011 | 101011000 | 11010 | 101101 |
Color Harmonies of #925565
Complementary color
Monochromatic Colors of #925565
Black with #925565
Text Example
Text Example
White with #925565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925565; }
p { color: rgb(146,85,101); }
H1.HeaderClassName
{
color: #925565;
}
.AnyTagClassName
{
color: #925565;
}
</style>
background-color css
<style>
a { background-color: #925565; }
a { background-color: rgb(146,85,101); }
div.DivClassName
{
background-color: #925565;
}
.BgClassName
{
background-color: #925565;
}
</style>
border-color css
<style>
span { border-color: #925565; }
span { border-color: rgb(146,85,101); }
td.TdClassName
{
border-color: #925565;
}
.TagClassName
{
border-color: #925565;
}
</style>