Shades of Vin Rouge #925563
Tints of Vin Rouge #925563
RGB
CMYK
RGB Variations
Color information
#925563 (or 0x925563) is known color: Vin Rouge. HEX triplet: 92, 55 and 63. RGB value is (146,85,99). Sum of RGB (Red+Green+Blue) = 146+85+99=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #925563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925563 is #6DAA9C. Grayscale: #686868. Windows color (decimal): -7187101 or 6509970. OLE color: 6509970.
HSL color Cylindrical-coordinate representation of color #925563: hue angle of 346.23º 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 #925563 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 99 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.43 |
| HSL | 346.23º | 0.26% | 0.45% | - |
| HSV(B) | 346.23º | 0.42% | 0.57% | - |
| XYZ | 17.35 | 13.51 | 13.5 | - |
| YUV | 104.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 99 | 0 | 0.42 | 0.32 | 0.43 | 346.23 | 0.26 | 0.45 |
| Hex | 92 | 55 | 63 | 0 | 2A | 20 | 2B | 15A | 1A | 2D |
| Octal | 222 | 125 | 143 | 0 | 52 | 40 | 53 | 532 | 32 | 55 |
| Binary | 10010010 | 1010101 | 1100011 | 0 | 101010 | 100000 | 101011 | 101011010 | 11010 | 101101 |
Color Harmonies of #925563
Complementary color
Monochromatic Colors of #925563
Black with #925563
Text Example
Text Example
White with #925563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925563; }
p { color: rgb(146,85,99); }
H1.HeaderClassName
{
color: #925563;
}
.AnyTagClassName
{
color: #925563;
}
</style>
background-color css
<style>
a { background-color: #925563; }
a { background-color: rgb(146,85,99); }
div.DivClassName
{
background-color: #925563;
}
.BgClassName
{
background-color: #925563;
}
</style>
border-color css
<style>
span { border-color: #925563; }
span { border-color: rgb(146,85,99); }
td.TdClassName
{
border-color: #925563;
}
.TagClassName
{
border-color: #925563;
}
</style>