Shades of Vin Rouge #925D61
Tints of Vin Rouge #925D61
RGB
CMYK
RGB Variations
Color information
#925D61 (or 0x925D61) is known color: Vin Rouge. HEX triplet: 92, 5D and 61. RGB value is (146,93,97). Sum of RGB (Red+Green+Blue) = 146+93+97=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #925D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D61 is #6DA29E. Grayscale: #6D6D6D. Windows color (decimal): -7185055 or 6380946. OLE color: 6380946.
HSL color Cylindrical-coordinate representation of color #925D61: hue angle of 355.47º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925D61 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 97 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.43 |
| HSL | 355.47º | 0.22% | 0.47% | - |
| HSV(B) | 355.47º | 0.36% | 0.57% | - |
| XYZ | 17.93 | 14.8 | 13.22 | - |
| YUV | 109.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 97 | 0 | 0.36 | 0.34 | 0.43 | 355.47 | 0.22 | 0.47 |
| Hex | 92 | 5D | 61 | 0 | 24 | 22 | 2B | 163 | 16 | 2F |
| Octal | 222 | 135 | 141 | 0 | 44 | 42 | 53 | 543 | 26 | 57 |
| Binary | 10010010 | 1011101 | 1100001 | 0 | 100100 | 100010 | 101011 | 101100011 | 10110 | 101111 |
Color Harmonies of #925D61
Complementary color
Monochromatic Colors of #925D61
Black with #925D61
Text Example
Text Example
White with #925D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D61; }
p { color: rgb(146,93,97); }
H1.HeaderClassName
{
color: #925D61;
}
.AnyTagClassName
{
color: #925D61;
}
</style>
background-color css
<style>
a { background-color: #925D61; }
a { background-color: rgb(146,93,97); }
div.DivClassName
{
background-color: #925D61;
}
.BgClassName
{
background-color: #925D61;
}
</style>
border-color css
<style>
span { border-color: #925D61; }
span { border-color: rgb(146,93,97); }
td.TdClassName
{
border-color: #925D61;
}
.TagClassName
{
border-color: #925D61;
}
</style>