Shades of Vin Rouge #92545D
Tints of Vin Rouge #92545D
RGB
CMYK
RGB Variations
Color information
#92545D (or 0x92545D) is known color: Vin Rouge. HEX triplet: 92, 54 and 5D. RGB value is (146,84,93). Sum of RGB (Red+Green+Blue) = 146+84+93=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92545D is #6DABA2. Grayscale: #676767. Windows color (decimal): -7187363 or 6116498. OLE color: 6116498.
HSL color Cylindrical-coordinate representation of color #92545D: hue angle of 351.29º degrees, saturation: 0.27, 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 #92545D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 93 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.43 |
| HSL | 351.29º | 0.27% | 0.45% | - |
| HSV(B) | 351.29º | 0.42% | 0.57% | - |
| XYZ | 17 | 13.24 | 12.02 | - |
| YUV | 103.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 93 | 0 | 0.42 | 0.36 | 0.43 | 351.29 | 0.27 | 0.45 |
| Hex | 92 | 54 | 5D | 0 | 2A | 24 | 2B | 15F | 1B | 2D |
| Octal | 222 | 124 | 135 | 0 | 52 | 44 | 53 | 537 | 33 | 55 |
| Binary | 10010010 | 1010100 | 1011101 | 0 | 101010 | 100100 | 101011 | 101011111 | 11011 | 101101 |
Color Harmonies of #92545D
Complementary color
Monochromatic Colors of #92545D
Black with #92545D
Text Example
Text Example
White with #92545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92545D; }
p { color: rgb(146,84,93); }
H1.HeaderClassName
{
color: #92545D;
}
.AnyTagClassName
{
color: #92545D;
}
</style>
background-color css
<style>
a { background-color: #92545D; }
a { background-color: rgb(146,84,93); }
div.DivClassName
{
background-color: #92545D;
}
.BgClassName
{
background-color: #92545D;
}
</style>
border-color css
<style>
span { border-color: #92545D; }
span { border-color: rgb(146,84,93); }
td.TdClassName
{
border-color: #92545D;
}
.TagClassName
{
border-color: #92545D;
}
</style>