Shades of Vin Rouge #94535C
Tints of Vin Rouge #94535C
RGB
CMYK
RGB Variations
Color information
#94535C (or 0x94535C) is known color: Vin Rouge. HEX triplet: 94, 53 and 5C. RGB value is (148,83,92). Sum of RGB (Red+Green+Blue) = 148+83+92=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94535C is #6BACA3. Grayscale: #676767. Windows color (decimal): -7056548 or 6050708. OLE color: 6050708.
HSL color Cylindrical-coordinate representation of color #94535C: hue angle of 351.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94535C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 92 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.42 |
| HSL | 351.69º | 0.28% | 0.45% | - |
| HSV(B) | 351.69º | 0.44% | 0.58% | - |
| XYZ | 17.24 | 13.26 | 11.78 | - |
| YUV | 103.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 92 | 0 | 0.44 | 0.38 | 0.42 | 351.69 | 0.28 | 0.45 |
| Hex | 94 | 53 | 5C | 0 | 2C | 26 | 2A | 160 | 1C | 2D |
| Octal | 224 | 123 | 134 | 0 | 54 | 46 | 52 | 540 | 34 | 55 |
| Binary | 10010100 | 1010011 | 1011100 | 0 | 101100 | 100110 | 101010 | 101100000 | 11100 | 101101 |
Color Harmonies of #94535C
Complementary color
Monochromatic Colors of #94535C
Black with #94535C
Text Example
Text Example
White with #94535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94535C; }
p { color: rgb(148,83,92); }
H1.HeaderClassName
{
color: #94535C;
}
.AnyTagClassName
{
color: #94535C;
}
</style>
background-color css
<style>
a { background-color: #94535C; }
a { background-color: rgb(148,83,92); }
div.DivClassName
{
background-color: #94535C;
}
.BgClassName
{
background-color: #94535C;
}
</style>
border-color css
<style>
span { border-color: #94535C; }
span { border-color: rgb(148,83,92); }
td.TdClassName
{
border-color: #94535C;
}
.TagClassName
{
border-color: #94535C;
}
</style>