Shades of Vin Rouge #94595A
Tints of Vin Rouge #94595A
RGB
CMYK
RGB Variations
Color information
#94595A (or 0x94595A) is known color: Vin Rouge. HEX triplet: 94, 59 and 5A. RGB value is (148,89,90). Sum of RGB (Red+Green+Blue) = 148+89+90=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94595A is #6BA6A5. Grayscale: #6A6A6A. Windows color (decimal): -7055014 or 5921172. OLE color: 5921172.
HSL color Cylindrical-coordinate representation of color #94595A: hue angle of 358.98º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94595A is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 90 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.42 |
| HSL | 358.98º | 0.25% | 0.46% | - |
| HSV(B) | 358.98º | 0.4% | 0.58% | - |
| XYZ | 17.63 | 14.18 | 11.48 | - |
| YUV | 106.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 90 | 0 | 0.40 | 0.39 | 0.42 | 358.98 | 0.25 | 0.46 |
| Hex | 94 | 59 | 5A | 0 | 28 | 27 | 2A | 167 | 19 | 2E |
| Octal | 224 | 131 | 132 | 0 | 50 | 47 | 52 | 547 | 31 | 56 |
| Binary | 10010100 | 1011001 | 1011010 | 0 | 101000 | 100111 | 101010 | 101100111 | 11001 | 101110 |
Color Harmonies of #94595A
Complementary color
Monochromatic Colors of #94595A
Black with #94595A
Text Example
Text Example
White with #94595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94595A; }
p { color: rgb(148,89,90); }
H1.HeaderClassName
{
color: #94595A;
}
.AnyTagClassName
{
color: #94595A;
}
</style>
background-color css
<style>
a { background-color: #94595A; }
a { background-color: rgb(148,89,90); }
div.DivClassName
{
background-color: #94595A;
}
.BgClassName
{
background-color: #94595A;
}
</style>
border-color css
<style>
span { border-color: #94595A; }
span { border-color: rgb(148,89,90); }
td.TdClassName
{
border-color: #94595A;
}
.TagClassName
{
border-color: #94595A;
}
</style>