Shades of Vin Rouge #925B63
Tints of Vin Rouge #925B63
RGB
CMYK
RGB Variations
Color information
#925B63 (or 0x925B63) is known color: Vin Rouge. HEX triplet: 92, 5B and 63. RGB value is (146,91,99). Sum of RGB (Red+Green+Blue) = 146+91+99=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #925B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B63 is #6DA49C. Grayscale: #6C6C6C. Windows color (decimal): -7185565 or 6511506. OLE color: 6511506.
HSL color Cylindrical-coordinate representation of color #925B63: hue angle of 351.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925B63 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 91 | 99 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.43 |
| HSL | 351.27º | 0.23% | 0.46% | - |
| HSV(B) | 351.27º | 0.38% | 0.57% | - |
| XYZ | 17.85 | 14.49 | 13.66 | - |
| YUV | 108.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 99 | 0 | 0.38 | 0.32 | 0.43 | 351.27 | 0.23 | 0.46 |
| Hex | 92 | 5B | 63 | 0 | 26 | 20 | 2B | 15F | 17 | 2E |
| Octal | 222 | 133 | 143 | 0 | 46 | 40 | 53 | 537 | 27 | 56 |
| Binary | 10010010 | 1011011 | 1100011 | 0 | 100110 | 100000 | 101011 | 101011111 | 10111 | 101110 |
Color Harmonies of #925B63
Complementary color
Monochromatic Colors of #925B63
Black with #925B63
Text Example
Text Example
White with #925B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925B63; }
p { color: rgb(146,91,99); }
H1.HeaderClassName
{
color: #925B63;
}
.AnyTagClassName
{
color: #925B63;
}
</style>
background-color css
<style>
a { background-color: #925B63; }
a { background-color: rgb(146,91,99); }
div.DivClassName
{
background-color: #925B63;
}
.BgClassName
{
background-color: #925B63;
}
</style>
border-color css
<style>
span { border-color: #925B63; }
span { border-color: rgb(146,91,99); }
td.TdClassName
{
border-color: #925B63;
}
.TagClassName
{
border-color: #925B63;
}
</style>