Shades of Vin Rouge #94575A
Tints of Vin Rouge #94575A
RGB
CMYK
RGB Variations
Color information
#94575A (or 0x94575A) is known color: Vin Rouge. HEX triplet: 94, 57 and 5A. RGB value is (148,87,90). Sum of RGB (Red+Green+Blue) = 148+87+90=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94575A is #6BA8A5. Grayscale: #696969. Windows color (decimal): -7055526 or 5920660. OLE color: 5920660.
HSL color Cylindrical-coordinate representation of color #94575A: hue angle of 357.05º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94575A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 90 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.42 |
| HSL | 357.05º | 0.26% | 0.46% | - |
| HSV(B) | 357.05º | 0.41% | 0.58% | - |
| XYZ | 17.47 | 13.85 | 11.43 | - |
| YUV | 105.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 90 | 0 | 0.41 | 0.39 | 0.42 | 357.05 | 0.26 | 0.46 |
| Hex | 94 | 57 | 5A | 0 | 29 | 27 | 2A | 165 | 1A | 2E |
| Octal | 224 | 127 | 132 | 0 | 51 | 47 | 52 | 545 | 32 | 56 |
| Binary | 10010100 | 1010111 | 1011010 | 0 | 101001 | 100111 | 101010 | 101100101 | 11010 | 101110 |
Color Harmonies of #94575A
Complementary color
Monochromatic Colors of #94575A
Black with #94575A
Text Example
Text Example
White with #94575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94575A; }
p { color: rgb(148,87,90); }
H1.HeaderClassName
{
color: #94575A;
}
.AnyTagClassName
{
color: #94575A;
}
</style>
background-color css
<style>
a { background-color: #94575A; }
a { background-color: rgb(148,87,90); }
div.DivClassName
{
background-color: #94575A;
}
.BgClassName
{
background-color: #94575A;
}
</style>
border-color css
<style>
span { border-color: #94575A; }
span { border-color: rgb(148,87,90); }
td.TdClassName
{
border-color: #94575A;
}
.TagClassName
{
border-color: #94575A;
}
</style>