Shades of Vin Rouge #94525C
Tints of Vin Rouge #94525C
RGB
CMYK
RGB Variations
Color information
#94525C (or 0x94525C) is known color: Vin Rouge. HEX triplet: 94, 52 and 5C. RGB value is (148,82,92). Sum of RGB (Red+Green+Blue) = 148+82+92=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94525C is #6BADA3. Grayscale: #666666. Windows color (decimal): -7056804 or 6050452. OLE color: 6050452.
HSL color Cylindrical-coordinate representation of color #94525C: hue angle of 350.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94525C is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 92 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.42 |
| HSL | 350.91º | 0.29% | 0.45% | - |
| HSV(B) | 350.91º | 0.45% | 0.58% | - |
| XYZ | 17.16 | 13.1 | 11.75 | - |
| YUV | 102.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 92 | 0 | 0.45 | 0.38 | 0.42 | 350.91 | 0.29 | 0.45 |
| Hex | 94 | 52 | 5C | 0 | 2D | 26 | 2A | 15F | 1D | 2D |
| Octal | 224 | 122 | 134 | 0 | 55 | 46 | 52 | 537 | 35 | 55 |
| Binary | 10010100 | 1010010 | 1011100 | 0 | 101101 | 100110 | 101010 | 101011111 | 11101 | 101101 |
Color Harmonies of #94525C
Complementary color
Monochromatic Colors of #94525C
Black with #94525C
Text Example
Text Example
White with #94525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94525C; }
p { color: rgb(148,82,92); }
H1.HeaderClassName
{
color: #94525C;
}
.AnyTagClassName
{
color: #94525C;
}
</style>
background-color css
<style>
a { background-color: #94525C; }
a { background-color: rgb(148,82,92); }
div.DivClassName
{
background-color: #94525C;
}
.BgClassName
{
background-color: #94525C;
}
</style>
border-color css
<style>
span { border-color: #94525C; }
span { border-color: rgb(148,82,92); }
td.TdClassName
{
border-color: #94525C;
}
.TagClassName
{
border-color: #94525C;
}
</style>