Shades of Vin Rouge #925C5E
Tints of Vin Rouge #925C5E
RGB
CMYK
RGB Variations
Color information
#925C5E (or 0x925C5E) is known color: Vin Rouge. HEX triplet: 92, 5C and 5E. RGB value is (146,92,94). Sum of RGB (Red+Green+Blue) = 146+92+94=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #925C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C5E is #6DA3A1. Grayscale: #6C6C6C. Windows color (decimal): -7185314 or 6184082. OLE color: 6184082.
HSL color Cylindrical-coordinate representation of color #925C5E: hue angle of 357.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C5E is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 94 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.43 |
| HSL | 357.78º | 0.23% | 0.47% | - |
| HSV(B) | 357.78º | 0.37% | 0.57% | - |
| XYZ | 17.7 | 14.57 | 12.47 | - |
| YUV | 108.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 94 | 0 | 0.37 | 0.36 | 0.43 | 357.78 | 0.23 | 0.47 |
| Hex | 92 | 5C | 5E | 0 | 25 | 24 | 2B | 166 | 17 | 2F |
| Octal | 222 | 134 | 136 | 0 | 45 | 44 | 53 | 546 | 27 | 57 |
| Binary | 10010010 | 1011100 | 1011110 | 0 | 100101 | 100100 | 101011 | 101100110 | 10111 | 101111 |
Color Harmonies of #925C5E
Complementary color
Monochromatic Colors of #925C5E
Black with #925C5E
Text Example
Text Example
White with #925C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C5E; }
p { color: rgb(146,92,94); }
H1.HeaderClassName
{
color: #925C5E;
}
.AnyTagClassName
{
color: #925C5E;
}
</style>
background-color css
<style>
a { background-color: #925C5E; }
a { background-color: rgb(146,92,94); }
div.DivClassName
{
background-color: #925C5E;
}
.BgClassName
{
background-color: #925C5E;
}
</style>
border-color css
<style>
span { border-color: #925C5E; }
span { border-color: rgb(146,92,94); }
td.TdClassName
{
border-color: #925C5E;
}
.TagClassName
{
border-color: #925C5E;
}
</style>