Shades of Vin Rouge #92545A
Tints of Vin Rouge #92545A
RGB
CMYK
RGB Variations
Color information
#92545A (or 0x92545A) is known color: Vin Rouge. HEX triplet: 92, 54 and 5A. RGB value is (146,84,90). Sum of RGB (Red+Green+Blue) = 146+84+90=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92545A is #6DABA5. Grayscale: #676767. Windows color (decimal): -7187366 or 5919890. OLE color: 5919890.
HSL color Cylindrical-coordinate representation of color #92545A: hue angle of 354.19º 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 #92545A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 90 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.43 |
| HSL | 354.19º | 0.27% | 0.45% | - |
| HSV(B) | 354.19º | 0.42% | 0.57% | - |
| XYZ | 16.87 | 13.19 | 11.33 | - |
| YUV | 103.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 90 | 0 | 0.42 | 0.38 | 0.43 | 354.19 | 0.27 | 0.45 |
| Hex | 92 | 54 | 5A | 0 | 2A | 26 | 2B | 162 | 1B | 2D |
| Octal | 222 | 124 | 132 | 0 | 52 | 46 | 53 | 542 | 33 | 55 |
| Binary | 10010010 | 1010100 | 1011010 | 0 | 101010 | 100110 | 101011 | 101100010 | 11011 | 101101 |
Color Harmonies of #92545A
Complementary color
Monochromatic Colors of #92545A
Black with #92545A
Text Example
Text Example
White with #92545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92545A; }
p { color: rgb(146,84,90); }
H1.HeaderClassName
{
color: #92545A;
}
.AnyTagClassName
{
color: #92545A;
}
</style>
background-color css
<style>
a { background-color: #92545A; }
a { background-color: rgb(146,84,90); }
div.DivClassName
{
background-color: #92545A;
}
.BgClassName
{
background-color: #92545A;
}
</style>
border-color css
<style>
span { border-color: #92545A; }
span { border-color: rgb(146,84,90); }
td.TdClassName
{
border-color: #92545A;
}
.TagClassName
{
border-color: #92545A;
}
</style>