Shades of Vin Rouge #92505F
Tints of Vin Rouge #92505F
RGB
CMYK
RGB Variations
Color information
#92505F (or 0x92505F) is known color: Vin Rouge. HEX triplet: 92, 50 and 5F. RGB value is (146,80,95). Sum of RGB (Red+Green+Blue) = 146+80+95=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #92505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92505F is #6DAFA0. Grayscale: #656565. Windows color (decimal): -7188385 or 6246546. OLE color: 6246546.
HSL color Cylindrical-coordinate representation of color #92505F: hue angle of 346.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92505F is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 95 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.43 |
| HSL | 346.36º | 0.29% | 0.44% | - |
| HSV(B) | 346.36º | 0.45% | 0.57% | - |
| XYZ | 16.79 | 12.67 | 12.39 | - |
| YUV | 101.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 95 | 0 | 0.45 | 0.35 | 0.43 | 346.36 | 0.29 | 0.44 |
| Hex | 92 | 50 | 5F | 0 | 2D | 23 | 2B | 15A | 1D | 2C |
| Octal | 222 | 120 | 137 | 0 | 55 | 43 | 53 | 532 | 35 | 54 |
| Binary | 10010010 | 1010000 | 1011111 | 0 | 101101 | 100011 | 101011 | 101011010 | 11101 | 101100 |
Color Harmonies of #92505F
Complementary color
Monochromatic Colors of #92505F
Black with #92505F
Text Example
Text Example
White with #92505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92505F; }
p { color: rgb(146,80,95); }
H1.HeaderClassName
{
color: #92505F;
}
.AnyTagClassName
{
color: #92505F;
}
</style>
background-color css
<style>
a { background-color: #92505F; }
a { background-color: rgb(146,80,95); }
div.DivClassName
{
background-color: #92505F;
}
.BgClassName
{
background-color: #92505F;
}
</style>
border-color css
<style>
span { border-color: #92505F; }
span { border-color: rgb(146,80,95); }
td.TdClassName
{
border-color: #92505F;
}
.TagClassName
{
border-color: #92505F;
}
</style>